NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridTextBoxColumn.GetMinimumHeight

Gets the height of a cell in a DataGridColumn.

[Visual Basic]
Overrides Public Function GetMinimumHeight() As Integer
[C#]
public override int GetMinimumHeight();
[C++]
public: override int GetMinimumHeight();
[JScript]
public override function GetMinimumHeight() : int;

Return Value

The height of a cell.

Remarks

The value returned by GetMinimumHeight is calculated by adding the size of the column's font plus a margin value.

See Also

DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace | GetPreferredHeight | GetPreferredSize