CollapsedToolTip Property (C1SplitContainer)
In This Topic
Gets or sets the tooltip text for the expanding handle of a collapsed panel.
Syntax
'Declaration
Public Property CollapsedToolTip As String
public string CollapsedToolTip {get; set;}
See Also