Skybound Rebar

RebarBand.Customize Method 

Opens the customize dialog for the current band.

[Visual Basic]
Public Sub Customize()
[C#]
public void Customize();

Remarks

Calling this method first raises the Customizing event. If the ShowDefaultDialog property is false upon returning from the event handler, the customize dialog is not displayed.

Exceptions

Exception Type Condition
InvalidOperationException

The current instance is a MenuBar, and therefore cannot be customized.

-or-

The current instance has not been added to a Rebar control.

See Also

RebarBand Class | Skybound.Rebar Namespace