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) | |
|---|
<ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ToolbarStyle As ToolbarStyle |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ToolbarBase
Dim value As ToolbarStyle
instance.ToolbarStyle = value
value = instance.ToolbarStyle
|
| C# | |
|---|
[ResDescriptionAttribute("The style of the toolbar: whether it displays both text and image for a command or tool, or only one of the two.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public ToolbarStyle ToolbarStyle {get; set;} |
Remarks
See Also