Color of ActiveDay.
Determines color of ActiveDay.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Determines color of ActiveDay.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Active Day Style")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property Color As System.Drawing.Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As WebSchedulerActiveDayStyle
Dim value As System.Drawing.Color
instance.Color = value
value = instance.Color |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Determines color of ActiveDay.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.Drawing.Color Color {get; set;} |
Delphi | |
---|
public read-write property Color: System.Drawing.Color; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Determines color of ActiveDay.")
ISNet.Serialization.XmlSerializableAttribute()
System.ComponentModel.CategoryAttribute("Active Day Style")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set Color : System.Drawing.Color |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Determines color of ActiveDay.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.Drawing.Color get_Color();
public: __property void set_Color(
System.Drawing.Color value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Determines color of ActiveDay.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Active Day Style")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.Drawing.Color Color {
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