Specifies the color of the category.
Specifies the CategoryColor.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Category")>
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the color of the category.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.TypeConverterAttribute("ISNet.WebUI.WebScheduler.ISColorConverter, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property CategoryColor As System.Drawing.Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerCategory
Dim value As System.Drawing.Color
instance.CategoryColor = value
value = instance.CategoryColor |
C# | |
---|
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the color of the category.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("ISNet.WebUI.WebScheduler.ISColorConverter, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.Drawing.Color CategoryColor {get; set;} |
Delphi | |
---|
public read-write property CategoryColor: System.Drawing.Color; |
JScript | |
---|
ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Category")
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the color of the category.")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.TypeConverterAttribute("ISNet.WebUI.WebScheduler.ISColorConverter, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set CategoryColor : System.Drawing.Color |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the color of the category.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("ISNet.WebUI.WebScheduler.ISColorConverter, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.Drawing.Color get_CategoryColor();
public: __property void set_CategoryColor(
System.Drawing.Color value
); |
C++/CLI | |
---|
[ISNet.Serialization.JsonSerialization.IgnoreOnDefaultAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Category")]
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the color of the category.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("ISNet.WebUI.WebScheduler.ISColorConverter, ISNet.WebUI.WebScheduler, Version=3.0.1000.5, Culture=neutral, PublicKeyToken=b1f2a8511635667a")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.Drawing.Color CategoryColor {
System.Drawing.Color get();
void set ( System.Drawing.Color value);
} |
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