Skybound VisualTips

VisualTip.Enabled Property

Gets or sets whether the tip is displayed as enabled. When this property is false, the disabled message and text and displayed on the tip.

[Visual Basic]
Public Property Enabled As Boolean
[C#]
public bool Enabled {get; set;}

Property Value

True if the tip is displayed enabled; otherwise, false, and the tip is displayed as disabled.

Remarks

When no specific value is assigned to this property, its value is determined by quering a property called "Enabled" on the associated component. If no property called "Enabled" exists, the Enabled property of the parent control is returned instead.

See Also

VisualTip Class | Skybound.VisualTips Namespace | DisabledText | DisabledMessage