Skybound Rebar

RebarBand.ShowIconOptions Property

Gets or sets whether the customize dialog displays a combo box to choose between small and large icons.

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

Property Value

True if the customize dialog displays a combo box to choose between small and large icons; otherwise, false.

Remarks

You should provide a small and large image for each button if you enable this property.

See Also

RebarBand Class | Skybound.Rebar Namespace | RebarBandCustomizer | ShowTextOptions