Indicates whether the calendar is visible initially.
Indicates whether the calendar is visible initially.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Indicates whether the calendar is visible initially.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Calendar")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property HideCalendarInitially As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerCalendarSettings
Dim value As System.Boolean
instance.HideCalendarInitially = value
value = instance.HideCalendarInitially |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar is visible initially.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.bool HideCalendarInitially {get; set;} |
Delphi | |
---|
public read-write property HideCalendarInitially: System.Boolean; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Indicates whether the calendar is visible initially.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Calendar")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set HideCalendarInitially : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar is visible initially.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.bool get_HideCalendarInitially();
public: __property void set_HideCalendarInitially(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Indicates whether the calendar is visible initially.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Calendar")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.bool HideCalendarInitially {
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