Gets or sets the border color of the calculator editor window.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Appearance")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property BorderColor As System.Drawing.Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateTimeEditor
Dim value As System.Drawing.Color
instance.BorderColor = value
value = instance.BorderColor |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public System.Drawing.Color BorderColor {get; set;} |
Delphi | |
---|
public read-write property BorderColor: System.Drawing.Color; |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Appearance")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set BorderColor : System.Drawing.Color |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property System.Drawing.Color get_BorderColor();
public: __property void set_BorderColor(
System.Drawing.Color value
); |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property System.Drawing.Color BorderColor {
System.Drawing.Color get();
void set ( System.Drawing.Color value);
} |
Property Value
A
BorderColor that contains the border color of the calculator editor window. The default value is empty.
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