Gets a Column on the left of the separator.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Column ColumnSeparatorTest(
	Point pt
)
Visual Basic
Public Function ColumnSeparatorTest ( 
	pt As Point
) As Column
Visual C++
public:
Column^ ColumnSeparatorTest(
	Point pt
)
F#
member ColumnSeparatorTest : 
        pt : Point -> Column 

Parameters

pt
Type: System.Drawing..::..Point
Location inside the grid.

Return Value

Type: Column
Column on the left of the separator if found. Otherwise null is returned.

See Also