'Declaration Public Enum AutoSizeMode Inherits System.Enum
'Usage Dim instance As AutoSizeMode
public enum AutoSizeMode : System.Enum
'Declaration Public Enum AutoSizeMode Inherits System.Enum
'Usage Dim instance As AutoSizeMode
public enum AutoSizeMode : System.Enum
Member | Description |
---|---|
None | Neither the width nor height of the WinButton control are automatically adjusted. |
ScrollBarHeight | The height of the WinButton control will automatically be adjusted to correspond to the scrollbar height defined by System.Windows.Forms.SystemInformation.HorizontalScrollBarHeight. |
ScrollBarWidth | The width of the WinButton control will automatically be adjusted to correspond to the scrollbar width defined by System.Windows.Forms.SystemInformation.VerticalScrollBarWidth. |
ScrollBarWidthAndHeight | The width of the WinButton control will automatically be adjusted to correspond to the scrollbar width defined by System.Windows.Forms.SystemInformation.VerticalScrollBarWidth while the height of the WinButton control will be adjusted to correspond to the scrollbar heigh defined by System.Windows.Forms.SystemInformation.HorizontalScrollBarHeight. |
System.Object
System.ValueType
System.Enum
Xceed.Editors.AutoSizeMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2