Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeSubItem Class / GetPreferredSize Method
The context to use for measuring.


In This Topic
    GetPreferredSize Method (NTreeListNodeSubItem)
    In This Topic
    Gets the preferred size of the item.
    Syntax
    'Declaration
     
    
    Public Function GetPreferredSize( _
       ByVal context As NTreeListPaintContext _
    ) As NSize
    'Usage
     
    
    Dim instance As NTreeListNodeSubItem
    Dim context As NTreeListPaintContext
    Dim value As NSize
     
    value = instance.GetPreferredSize(context)
    public NSize GetPreferredSize( 
       NTreeListPaintContext context
    )

    Parameters

    context
    The context to use for measuring.
    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