ARMSoft.FlexibleTreeView.Column Namespace > TreeColumn Class : Hoverable Property |
'Declaration
<DescriptionAttribute("Gets or sets a value indicating whether the column will change the appearance when mouse is moving over the header.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property Hoverable As Boolean
'Usage
Dim instance As TreeColumn Dim value As Boolean instance.Hoverable = value value = instance.Hoverable
[Description("Gets or sets a value indicating whether the column will change the appearance when mouse is moving over the header.")] [Category("Behavior")] [DefaultValue()] public bool Hoverable {get; set;}
[Description("Gets or sets a value indicating whether the column will change the appearance when mouse is moving over the header.")] [Category("Behavior")] [DefaultValue()] public: property bool Hoverable { bool get(); void set ( bool value); }
true
if the column is hoverable; otherwise, false
. The default value is true
.Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2