Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridControlColumnStyle Class / GetPreferredSize Method


In This Topic
    GetPreferredSize Method (NDataGridControlColumnStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetPreferredSize( _
       ByVal g As System.Drawing.Graphics, _
       ByVal Value As System.Object _
    ) As System.Drawing.Size
    'Usage
     
    
    Dim instance As NDataGridControlColumnStyle
    Dim g As System.Drawing.Graphics
    Dim Value As System.Object
    Dim value As System.Drawing.Size
     
    value = instance.GetPreferredSize(g, Value)
    protected override System.Drawing.Size GetPreferredSize( 
       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