DataGridView::HitTestInfo::Type Property

 

Gets the DataGridViewHitTestType that indicates which part of the DataGridView the coordinates described by the current DataGridView::HitTestInfo belong to.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property DataGridViewHitTestType Type {
	DataGridViewHitTestType get();
}

Property Value

Type: System.Windows.Forms::DataGridViewHitTestType

A DataGridViewHitTestType value that indicates the control part at the coordinates described by the current DataGridView::HitTestInfo.

The following code example illustrates the use of this property. This example is part of a larger example available in the DataGridView::Columns property reference topic.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: