Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridTextControlColumnStyleBase Class / GetPreferredHeight Method


In This Topic
    GetPreferredHeight Method (NDataGridTextControlColumnStyleBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetPreferredHeight( _
       ByVal g As System.Drawing.Graphics, _
       ByVal Value As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDataGridTextControlColumnStyleBase
    Dim g As System.Drawing.Graphics
    Dim Value As System.Object
    Dim value As System.Integer
     
    value = instance.GetPreferredHeight(g, Value)
    protected override System.int GetPreferredHeight( 
       System.Drawing.Graphics g,
       System.object Value
    )

    Parameters

    g
    Value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also