The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.
Syntax
Visual Basic (Declaration) | |
---|
<NotifyParentPropertyAttribute(True)>
<ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")>
<DefaultValueAttribute()>
<ResCategoryAttribute("Appearance")>
Public Property ToolbarStyle As ToolbarStyle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ToolbarBase
Dim value As ToolbarStyle
instance.ToolbarStyle = value
value = instance.ToolbarStyle |
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