Freigeben über


DataRepeater.AutoScroll-Eigenschaft

Dieser Member überschreibt ScrollableControl.AutoScroll.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Overrides Property AutoScroll As Boolean
[BrowsableAttribute(false)]
public override bool AutoScroll { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool AutoScroll {
    bool get () override;
    void set (bool value) override;
}
[<BrowsableAttribute(false)>]
abstract AutoScroll : bool with get, set
[<BrowsableAttribute(false)>]
override AutoScroll : bool with get, set
override function get AutoScroll () : boolean
override function set AutoScroll (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRepeater Klasse

Microsoft.VisualBasic.PowerPacks-Namespace