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






Glossary Item Box

Specifies the Color of the Resource. Specifies the Color of the Resource.

Syntax

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

©2013 Intersoft Solutions Corp. All Rights Reserved.