FilterableListView.ShowItemToolTips Property
Gets or sets a value indicating whether ToolTips are shown for the FilterableListView objects contained in the FilterableListView.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool ShowItemToolTips { get; set; }
public:
property bool ShowItemToolTips {
bool get();
void set(bool value);
}
Public Property ShowItemToolTips As Boolean
Property Value
Type: System.Boolean
true if ToolTips should be shown; otherwise, false. The default is true.
See Also
FilterableListView Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top