PowerTCP Emulation for .NET
AutoScrollMinSize Property




Gets or sets the size of the AutoScrollMinSize property.
Syntax
Public Shadows Property AutoScrollMinSize As Size
Dim instance As Vt
Dim value As Size
 
instance.AutoScrollMinSize = value
 
value = instance.AutoScrollMinSize
public new Size AutoScrollMinSize {get; set;}
public: __property new Size get_AutoScrollMinSize();
public: __property new void set_AutoScrollMinSize( 
   Size value
);
public:
new property Size AutoScrollMinSize {
   Size get();
   void set (    Size value);
}
Remarks
See System.Windows.Forms.ScrollableControl.AutoScrollMinSize.
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