Freigeben über


PropertyGrid.AutoScroll-Eigenschaft

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

Diese Eigenschaft ist für diese Klasse nicht relevant.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

Syntax

'Declaration
Public Overrides Property AutoScroll As Boolean
'Usage
Dim instance As PropertyGrid
Dim value As Boolean

value = instance.AutoScroll

instance.AutoScroll = value
public override bool AutoScroll { get; set; }
public:
virtual property bool AutoScroll {
    bool get () override;
    void set (bool value) override;
}
/** @property */
public boolean get_AutoScroll ()

/** @property */
public void set_AutoScroll (boolean value)
public override function get AutoScroll () : boolean

public override function set AutoScroll (value : boolean)

Eigenschaftenwert

Im aktivierten Zustand true, andernfalls false.

Hinweise

Diese Eigenschaft ist für diese Klasse nicht relevant.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

PropertyGrid-Klasse
PropertyGrid-Member
System.Windows.Forms-Namespace