Skybound Rebar

RebarBand.CanCustomize Property

Gets or sets whether a "Customize" menu item is displayed in the toggle menu.

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

Property Value

True if a "Customize" item is displayed in the toggle menu; otherwise, false.

Remarks

You may specify the text displayed on the "Customize" menu item by using the CustomizeText property of the Rebar.

MenuBar bands cannot be customized; on a MenuBar, this property always returns false, and setting it has no effect.

See Also

RebarBand Class | Skybound.Rebar Namespace | CustomizeAutoSize | RebarBandCustomizer | ShowIconOptions | ShowTextOptions