CheckOnClick Property (InputButton)
In This Topic
Gets or sets a value that indicates whether the button should toggle its pressed state when it is clicked.
Syntax
'Declaration
Public Property CheckOnClick As Boolean
public bool CheckOnClick {get; set;}
See Also