Skybound Rebar

RebarBandCustomizer.IconOptions Property

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

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

Property Value

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

Remarks

Use this property to localize or customize the icon displayed in the icon 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