The size of the space on the Toolbar, either width for a horizontal toolbar or height on a vertical toolbar. The space will be twenty times this value, in pixels.
Syntax
Visual Basic (Declaration) | |
---|
<ResCategoryAttribute("Space")>
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The size of the space on the Toolbar. A Space of size 1 is 10 pixels high on a Vertical Toolbar, and 10 pixels wide on a Horizontal Toolbar.")>
Public Property Size As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Space
Dim value As Integer
instance.Size = value
value = instance.Size |
C# | |
---|
[ResCategoryAttribute("Space")]
[NotifyParentPropertyAttribute(true)]
[ResDescriptionAttribute("The size of the space on the Toolbar. A Space of size 1 is 10 pixels high on a Vertical Toolbar, and 10 pixels wide on a Horizontal Toolbar.")]
public int Size {get; set;} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also