مشاركة عبر


DataRepeater.AutoScroll Property

This member overrides ScrollableControl.AutoScroll.

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

Syntax

'إقرار
<BrowsableAttribute(False)> _
Public Overrides Property AutoScroll As Boolean
    Get
    Set
'الاستخدام
Dim instance As DataRepeater
Dim value As Boolean

value = instance.AutoScroll

instance.AutoScroll = value
[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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace