Skybound Rebar

RebarBandCustomizer.TextOptions Property

Gets or sets the items displayed in the text options combo box.

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

Property Value

An array of String objects that represent the text displayed in the text options combo box.

Remarks

Use this property to localize or customize the text displayed in the text options combo box.

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