Skybound VisualTips

VisualTip.DisabledText Property

Gets or sets the text displayed when the component is disabled. When this property is null, the regular text is always used.

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

Property Value

A String representing the text displayed when the component is disabled.

Remarks

Use this text to explain why the component is disabled, and the action required in order to use it.

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

VisualTip Class | Skybound.VisualTips Namespace