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 System.Boolean
public System.bool ToggleOnClick {get; set;}
See Also