Skybound Rebar

RebarButton.Name Property

Gets or sets the name used to identify this button in code.

[Visual Basic]
Public Property Name As String
[C#]
public string Name {get; set;}

Property Value

The name used to identify this button in code.

Remarks

Use this property to identify the button when you handle button events such as ButtonClick. Note that there is no check for multiple buttons having the same name. It is up to you to assign a unique name to each button.

See Also

RebarButton Class | Skybound.Rebar Namespace