Skybound Rebar

RebarBandCustomizer.SeparatorText Property

Gets or sets the text displayed for separators in the list of available and current buttons.

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

Property Value

A String that represents the text displayed for separators in the list of available and current buttons.

Remarks

Use this property to localize "Separator" items in the list.

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