Skybound Rebar

RebarButton.Visible Property

Gets or sets whether the button is visible.

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

Property Value

True if the button is displayed on the band; otherwise, false.

Remarks

If this button is a panel, and it has an associated child control, the child control is also hidden or shown when this property is changed.

See Also

RebarButton Class | Skybound.Rebar Namespace