Gets or sets the border color of the calculator editor window.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the border color of the calculator editor window.")>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property BorderColor As System.Drawing.Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CalculatorEditor
Dim value As System.Drawing.Color
instance.BorderColor = value
value = instance.BorderColor |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the border color of the calculator editor window.")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[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.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the border color of the calculator editor window.")
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.DefaultValueAttribute()
public function get,set BorderColor : System.Drawing.Color |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the border color of the calculator editor window.")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[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.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the border color of the calculator editor window.")]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[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 royal blue.
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