Skybound Rebar

RebarCustomizingEventArgs.ShowDefaultDialog Property

Gets or sets a value that specifies whether to show the default customize dialog.

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

Property Value

True if the default dialog should be shown after the event handler; otherwise, false, and the default dialog is not displayed.

Remarks

This property is useful when you want to completely prevent a customize dialog from being displayed.

See Also

RebarCustomizingEventArgs Class | Skybound.Rebar Namespace