See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the Y position that the text of a column is located on this item. If the column is not showing, the very top or very bottom Y position is returned.

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public int GetColumnPosY(
	DbColumn column
)
Visual Basic
Public Function GetColumnPosY ( 
	column As DbColumn
) As Integer
Visual C++
public:
int GetColumnPosY(
	DbColumn^ column
)

Parameters

column
Type: NTier.Model.Entity..::..DbColumn

Return Value

Type: Int32
The relative Y position.

See Also