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