PowerTCP Emulation for .NET
AutoScrollMargin Property




Gets or sets the size of the auto-scroll margin.
Syntax
<DefaultValueAttribute()>
Public Shadows Property AutoScrollMargin As Size
Dim instance As Vt
Dim value As Size
 
instance.AutoScrollMargin = value
 
value = instance.AutoScrollMargin
[DefaultValue()]
public new Size AutoScrollMargin {get; set;}
[DefaultValue()]
public: __property new Size get_AutoScrollMargin();
public: __property new void set_AutoScrollMargin( 
   Size value
);
[DefaultValue()]
public:
new property Size AutoScrollMargin {
   Size get();
   void set (    Size value);
}
Remarks
See System.Windows.Forms.ScrollableControl.AutoScrollMargin.
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