The style applied to Commands and Tools when they are disabled.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The style applied to Commands and Tools when they are disabled.")>
<ResCategoryAttribute("Appearance")>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
<DefaultValueAttribute()>
Public ReadOnly Property ToolbarItemDisabledStyle As Style |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As ToolbarBase
Dim value As Style
value = instance.ToolbarItemDisabledStyle
|
| C# | |
|---|
[ResDescriptionAttribute("The style applied to Commands and Tools when they are disabled.")]
[ResCategoryAttribute("Appearance")]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
[DefaultValueAttribute()]
public Style ToolbarItemDisabledStyle {get;} |
Remarks
See Also