Skybound Rebar

RebarButton.ButtonType Property

Gets or sets a value that determines the type of this button.

[Visual Basic]
Public Property ButtonType As RebarButtonType
[C#]
public RebarButtonType ButtonType {get; set;}

Property Value

One of the RebarButtonType values that specifies the type of this button.

Remarks

If this button is assigned to a MenuBar band, the value of this property is fixed to Menu and setting it has no effect.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The assigned value is not one of the RebarButtonType values.

See Also

RebarButton Class | Skybound.Rebar Namespace