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!

DataGridDropdownColumn.GetPreferredHeight

[To be supplied.]

[Visual Basic]
Overrides Public Function GetPreferredHeight( _
   ByVal g As Graphics, _
   ByVal value As Object _
) As Integer
[C#]
public override int GetPreferredHeight(
   Graphics g,
   object value
);
[C++]
public: override int GetPreferredHeight(
   Graphics* g,
   Object* value
);
[JScript]
public override function GetPreferredHeight(
   g : Graphics,
   value : Object
) : int;

Parameters

g
[To be supplied.]
value
[To be supplied.]

See Also

DataGridDropdownColumn Class | DataGridDropdownColumn Members | System.WinForms Namespace