PowerTCP Emulation for .NET
AutoScroll Property




Gets or sets a value indicating whether the container enables the user to scroll to any controls placed outside of its visible boundaries.
Syntax
<DefaultValueAttribute()>
Public Overrides Property AutoScroll As Boolean
Dim instance As Vt
Dim value As Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
[DefaultValue()]
public override bool AutoScroll {get; set;}
[DefaultValue()]
public: __property bool get_AutoScroll() override;
public: __property void set_AutoScroll( 
   bool value
) override;
[DefaultValue()]
public:
property bool AutoScroll {
   bool get() override;
   void set (    bool value) override;
}
Remarks
See System.Windows.Forms.ScrollableControl.AutoScroll.
See Also

Reference

Vt Class
Vt Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic