ToggleOnClick Property (RibbonSplitButton)
In This Topic
Gets or sets a value indicating whether the split button should remain in pressed state after clicking on it.
Syntax
'Declaration
Public Property ToggleOnClick As Boolean
public bool ToggleOnClick {get; set;}
See Also