Intersoft WebInput Documentation
BorderColorDark Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > DateTimeEditor Class : BorderColorDark Property






Glossary Item Box

Gets or sets the border color dark of the calculator editor window.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.CategoryAttribute("Appearance")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property BorderColorDark As System.Drawing.Color
Visual Basic (Usage)Copy Code
Dim instance As DateTimeEditor
Dim value As System.Drawing.Color
 
instance.BorderColorDark = value
 
value = instance.BorderColorDark
C# 
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public System.Drawing.Color BorderColorDark {get; set;}
Delphi 
public read-write property BorderColorDark: System.Drawing.Color; 
JScript 
System.ComponentModel.DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.CategoryAttribute("Appearance")
ISNet.Serialization.BinarySerializableAttribute()
public function get,set BorderColorDark : System.Drawing.Color
Managed Extensions for C++ 
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property System.Drawing.Color get_BorderColorDark();
public: __property void set_BorderColorDark( 
   System.Drawing.Color value
);
C++/CLI 
[System.ComponentModel.DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute(XmlSerializationType.ClientAndLayout)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.CategoryAttribute("Appearance")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property System.Drawing.Color BorderColorDark {
   System.Drawing.Color get();
   void set (    System.Drawing.Color value);
}

Property Value

A BorderColorDark that contains the border color dark of the calculator editor window. The default value is Color.Empty.

Remarks

BorderColorDark is one of the two colors used to draw the 3-D border of the object.

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.