ndicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.
Indicates whether DisabledTime's range of date time will be displayed when mouse over to the cell.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Indicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Timeline View")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DisplayDisabledTimeTooltip As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerTimelineView
Dim value As System.Boolean
instance.DisplayDisabledTimeTooltip = value
value = instance.DisplayDisabledTimeTooltip |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Indicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool DisplayDisabledTimeTooltip {get; set;} |
Delphi | |
---|
public read-write property DisplayDisabledTimeTooltip: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Indicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Timeline View")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set DisplayDisabledTimeTooltip : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Indicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_DisplayDisabledTimeTooltip();
public: __property void set_DisplayDisabledTimeTooltip(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Indicate whether DisabledTime's range of date time will be displayed when mouse over to the cell.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Timeline View")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool DisplayDisabledTimeTooltip {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default value is False.
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