Gets or sets the color of the subrow divider in a multi-line drop-down.
[Visual Basic]
Public Property RowSubDividerColor As Color
[C#]
public Color RowSubDividerColor {get;set;}
[Delphi]
public property RowSubDividerColor: Color read get_RowSubDividerColor write set_RowSubDividerColor;
Example
The following code displays the row subdivider color of the drop-down as blue:
Me.C1TrueDBDropdown1.RowSubDividerColor = Color.Blue
· C#
this.c1TrueDBDropdown1.RowSubDividerColor = Color.Blue;
· Delphi
Self.C1TrueDBDropdown1.RowSubDividerColor := Color.Blue;
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |