| C1.Win.TreeView Namespace > C1TreeView Class : SuperTooltip Property |
'Declaration<TypeConverterAttribute("C1.Framework.XView+TooltipConverter, C1.Win.4, Version=4.0.20171.248, Culture=neutral, PublicKeyToken=944ae1ea0e47ca04")> <C1DescriptionAttribute("The external instance of C1SuperTooltip class used to display tooltips for inner elements.")> <C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> Public Property SuperTooltip As C1.Win.C1SuperTooltip.C1SuperTooltipBase
'UsageDim instance As C1TreeView Dim value As C1.Win.C1SuperTooltip.C1SuperTooltipBase instance.SuperTooltip = value value = instance.SuperTooltip
[TypeConverter("C1.Framework.XView+TooltipConverter, C1.Win.4, Version=4.0.20171.248, Culture=neutral, PublicKeyToken=944ae1ea0e47ca04")] [C1Description("The external instance of C1SuperTooltip class used to display tooltips for inner elements.")] [C1Category("Behavior")] [DefaultValue()] public C1.Win.C1SuperTooltip.C1SuperTooltipBase SuperTooltip {get; set;}
[TypeConverter("C1.Framework.XView+TooltipConverter, C1.Win.4, Version=4.0.20171.248, Culture=neutral, PublicKeyToken=944ae1ea0e47ca04")] [C1Description("The external instance of C1SuperTooltip class used to display tooltips for inner elements.")] [C1Category("Behavior")] [DefaultValue()] public: property C1.Win.C1SuperTooltip.C1SuperTooltipBase^ SuperTooltip { C1.Win.C1SuperTooltip.C1SuperTooltipBase^ get(); void set ( C1.Win.C1SuperTooltip.C1SuperTooltipBase^ value); }
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