Intersoft WebCombo Documentation
ColumnSeparatorColor Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LayoutSet Class : ColumnSeparatorColor Property






Gets or sets the separator color between columns Gets or sets the separator color between columns.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Gets or sets the separator color between columns.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property ColumnSeparatorColor As Color
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Color
 
instance.ColumnSeparatorColor = value
 
value = instance.ColumnSeparatorColor
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the separator color between columns.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public Color ColumnSeparatorColor {get; set;}
Delphi 
public read-write property ColumnSeparatorColor: Color; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Gets or sets the separator color between columns.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set ColumnSeparatorColor : Color
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the separator color between columns.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property Color get_ColumnSeparatorColor();
public: __property void set_ColumnSeparatorColor( 
   Color value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Gets or sets the separator color between columns.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property Color ColumnSeparatorColor {
   Color get();
   void set (    Color value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

LayoutSet Class
LayoutSet Members

Concepts

User Interface Elements
All-new, sleeker User Interface

© 2012 Intersoft Solutions Corp. All Rights Reserved.