DataGridView.ShowCellToolTips Property

Definition

Gets or sets a value indicating whether or not ToolTips will show when the mouse pointer pauses on a cell or the user navigates to the cell using the keyboard.

public:
 property bool ShowCellToolTips { bool get(); void set(bool value); };
public bool ShowCellToolTips { get; set; }
member this.ShowCellToolTips : bool with get, set
Public Property ShowCellToolTips As Boolean

Property Value

true if cell ToolTips are enabled; otherwise, false.

Remarks

When the value of this property is true and the mouse pointer is over a cell or the user has navigated to the cell using the keyboard, the cell displays a ToolTip when one of the following conditions is met:

Applies to

See also