PPCC Namespace
Gets or sets the row separator of the selected item for the Color Tab Selector

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

C#
public virtual Color RowSeparatorColor { get; set; }
Visual Basic (Declaration)
Public Overridable Property RowSeparatorColor As Color
Visual C++
public:
virtual property Color RowSeparatorColor {
	Color get ();
	void set (Color value);
}

See Also