툴팁을 사용할 수 있는 인터페이스를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public IToolTip ToolTip { get; }
Visual Basic
Public ReadOnly Property ToolTip As IToolTip
	Get
Visual C++
public:
property IToolTip^ ToolTip {
	IToolTip^ get ();
}

See Also