Skybound Rebar

RebarButton.Checked Property

Gets or sets whether the button is in a checked state.

[Visual Basic]
Public Property Checked As Boolean
[C#]
public bool Checked {get; set;}

Property Value

true if the button is in a checked state; otherwise, false.

Remarks

Setting this property has no effect unless ButtonType is Toggle or Group.

Setting this property for a Group button does not cause other buttons in the group to be checked or unchecked. Using the PerformClick method instead will ensure that the specified button is the only one in the group that is checked.

See Also

RebarButton Class | Skybound.Rebar Namespace