Skybound Rebar

RebarBandCustomizer.DialogTitle Property

Gets or sets the text displayed in the title of the customize dialog.

[Visual Basic]
Overridable Public Property DialogTitle As String
[C#]
public virtual string DialogTitle {get; set;}

Property Value

A String that represents the text displayed in the title of the customize dialog.

Remarks

Use this property to localize the title of the dialog window that displays this control.

Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.

See Also

RebarBandCustomizer Class | Skybound.Rebar Namespace