IVsTextEditGeneral.HorizontalScrollBar-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property HorizontalScrollBar As Boolean
    Get
    Set
bool HorizontalScrollBar { get; set; }
property bool HorizontalScrollBar {
    bool get ();
    void set (bool value);
}
abstract HorizontalScrollBar : bool with get, set
function get HorizontalScrollBar () : boolean
function set HorizontalScrollBar (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditGeneral Schnittstelle

EnvDTE-Namespace