Skybound VisualTips

VisualTip.DisabledMessage Property

Gets or sets the message displayed above the disabled text when the component is disabled.

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

Property Value

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

Remarks

When a null value is assigned to this property, its value is obtained from VisualTipProvider.DisabledMessage instead.

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