DataGridTextBoxColumn.GetPreferredHeight メソッド
このメンバは DataGridColumnStyle.GetPreferredHeight をオーバーライドします。
Protected Friend Overrides Function GetPreferredHeight( _
ByVal g As Graphics, _ ByVal value As Object _) As Integer
[C#]
protected internal override int GetPreferredHeight(Graphicsg,objectvalue);
[C++]
protected public: int GetPreferredHeight(Graphics* g,Object* value);
[JScript]
protected internal override function GetPreferredHeight(
g : Graphics,value : Object) : int;
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
DataGridTextBoxColumn クラス | DataGridTextBoxColumn メンバ | System.Windows.Forms 名前空間 | GetPreferredSize | GetMinimumHeight