[]
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.
[C1Category("Behavior")]
[C1Description("RibbonSplitButton.ButtonEnabled", "Indicates whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down.")]
public bool ButtonEnabled { get; set; }
<C1Category("Behavior")>
<C1Description("RibbonSplitButton.ButtonEnabled", "Indicates whether the button portion of the split button is enabled or disabled. It doesn't affect the state of the drop-down.")>
Public Property ButtonEnabled As Boolean