ToolTipBorderColor Property (C1SplitContainer)
In This Topic
Gets or sets whether the color of the border drawn around the tooltip when the
ToolTipBorder property is set to true.
Syntax
'Declaration
Public Property ToolTipBorderColor As Color
public Color ToolTipBorderColor {get; set;}
See Also