ButtonEnabled Property (RibbonSplitButton)
In This Topic
Gets or sets a value indicating whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down.
Syntax
'Declaration
Public Property ButtonEnabled As Boolean
public bool ButtonEnabled {get; set;}
See Also