Skybound VisualTips

VisualTipProvider.DisabledMessage Property

Gets or sets the message written in bold above the text when the control is disabled.

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

Property Value

A String which represents the message written in bold above the text when the control is disabled.

Remarks

This text is displayed as the disabled message the footer of all tips by default, unless a specific FooterImage value has been assigned.

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

VisualTipProvider Class | Skybound.VisualTips Namespace