Intersoft WebScheduler Documentation
DisplayCalendarCellTooltip Property
See Also  Send Feedback
ISNet.WebUI.WebScheduler Namespace > WebSchedulerCalendarSettings Class : DisplayCalendarCellTooltip Property






Glossary Item Box

Indicates whether the calendar's tooltip is visible or not. Displays the calender cell tooltip.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<System.ComponentModel.DescriptionAttribute("Indicates whether the calendar's tooltip is visible or not.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DisplayCalendarCellTooltip As System.Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebSchedulerCalendarSettings
Dim value As System.Boolean
 
instance.DisplayCalendarCellTooltip = value
 
value = instance.DisplayCalendarCellTooltip
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar's tooltip is visible or not.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool DisplayCalendarCellTooltip {get; set;}
Delphi 
public read-write property DisplayCalendarCellTooltip: System.Boolean; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("General")
System.ComponentModel.DescriptionAttribute("Indicates whether the calendar's tooltip is visible or not.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set DisplayCalendarCellTooltip : System.boolean
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar's tooltip is visible or not.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_DisplayCalendarCellTooltip();
public: __property void set_DisplayCalendarCellTooltip( 
   System.bool value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar's tooltip is visible or not.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool DisplayCalendarCellTooltip {
   System.bool get();
   void set (    System.bool value);
}

Property Value

The default value is True.

Requirements

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

See Also

©2013 Intersoft Solutions Corp. All Rights Reserved.