Skybound Rebar

DrawButtonEventArgs.Button Property

Gets the RebarButton to draw.

[Visual Basic]
Public ReadOnly Property Button As RebarButton
[C#]
public RebarButton Button {get;}

Property Value

The RebarButton being drawn. The RebarBand that contains the button may be determined through the Band property of the button. The Rebar that contains the band may be determined through the Parent property of the band.

See Also

DrawButtonEventArgs Class | Skybound.Rebar Namespace