Get the UIStrings object that represents the array of the user interface strings.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[BrowsableAttribute(true)]
[LocalizableAttribute(true)]
public UIStrings UIStrings { get; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<BrowsableAttribute(True)> _
<LocalizableAttribute(True)> _
Public ReadOnly Property UIStrings As UIStrings

Remarks

You must set the UseUIStrings property to True, to enable this feature.

See Also