| C1.Win.Calendar Namespace > C1CalendarView Class : ShowToolTips Property |
'Declaration<C1CategoryAttribute("Behavior")> <DefaultValueAttribute()> <C1DescriptionAttribute("Gets or sets whether the C1CalendarView should display tooltips.")> Public Property ShowToolTips As Boolean
'UsageDim instance As C1CalendarView Dim value As Boolean instance.ShowToolTips = value value = instance.ShowToolTips
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets whether the C1CalendarView should display tooltips.")] public bool ShowToolTips {get; set;}
[C1Category("Behavior")] [DefaultValue()] [C1Description("Gets or sets whether the C1CalendarView should display tooltips.")] public: property bool ShowToolTips { bool get(); void set ( bool 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