Intersoft WebGrid Documentation
SplitterLineColor Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFreezePaneSettings Class : SplitterLineColor Property






Gets or sets the splitter line's color.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the splitter line's color.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property SplitterLineColor As Color
Visual Basic (Usage)Copy Code
Dim instance As WebGridFreezePaneSettings
Dim value As Color
 
instance.SplitterLineColor = value
 
value = instance.SplitterLineColor
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the splitter line's color.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public Color SplitterLineColor {get; set;}
Delphi 
public read-write property SplitterLineColor: Color; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the splitter line's color.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set SplitterLineColor : Color
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the splitter line's color.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property Color get_SplitterLineColor();
public: __property void set_SplitterLineColor( 
   Color value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the splitter line's color.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property Color SplitterLineColor {
   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

WebGridFreezePaneSettings Class
WebGridFreezePaneSettings Members

Tasks

How-to: Change splitter line's appearance

Concepts

Main Concept

Other Resources

LiveFreeze™ behaviors and other notes

©2012 Intersoft Solutions Corp. All Rights Reserved.