Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("General")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property DefaultStyleMode As WebSchedulerDefaultStyleMode |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public WebSchedulerDefaultStyleMode DefaultStyleMode {get; set;} |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("General")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set DefaultStyleMode : WebSchedulerDefaultStyleMode |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property WebSchedulerDefaultStyleMode get_DefaultStyleMode();
public: __property void set_DefaultStyleMode(
WebSchedulerDefaultStyleMode value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets the value that determines the mode of the default style when UseDefaultStyle is enabled.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("General")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property WebSchedulerDefaultStyleMode DefaultStyleMode {
WebSchedulerDefaultStyleMode get();
void set ( WebSchedulerDefaultStyleMode value);
} |
Property Value
There are two default styles in WebScheduler, Outlook2007Blue and Outlook2007Black.
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