[]
Gets or sets a value that indicates whether to check the button when clicked.
public bool CheckOnClick { get; set; }
Public Property CheckOnClick As Boolean
Type | Description |
---|---|
bool | A bool value, true to check the button when clicked; otherwise, false. |