|
|
|
|
ColumnFromPoint Method, SftTree Class |
Determines the column given a point in the control's client area.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Function ColumnFromPoint( ByVal searchPoint As Point ) As ColumnClass |
C# |
public ColumnClass ColumnFromPoint( Point searchPoint ); |
C++ |
public: ColumnClass^ ColumnFromPoint( Point searchPoint ); |
searchPoint
Defines the coordinates relative to the top, left corner of the control.
Return Value
The column at the given coordinates.
Comments
The ColumnFromPoint method determines the column given a point in the control's client area.
The point can be located within the item area, header area and footer area.