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






Glossary Item Box

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
Visual Basic (Usage)Copy Code
Dim instance As WebScheduler
Dim value As WebSchedulerDefaultStyleMode
 
instance.DefaultStyleMode = value
 
value = instance.DefaultStyleMode
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;}
Delphi 
public read-write property DefaultStyleMode: WebSchedulerDefaultStyleMode; 
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

©2013 Intersoft Solutions Corp. All Rights Reserved.