Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / NToolItemContainer Class / GetLayoutEngineFromItemLayout Method


In This Topic
    GetLayoutEngineFromItemLayout Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetLayoutEngineFromItemLayout( _
       ByVal layout As ItemLayout _
    ) As INLayoutEngine
    'Usage
     
    
    Dim instance As NToolItemContainer
    Dim layout As ItemLayout
    Dim value As INLayoutEngine
     
    value = instance.GetLayoutEngineFromItemLayout(layout)
    protected virtual INLayoutEngine GetLayoutEngineFromItemLayout( 
       ItemLayout layout
    )

    Parameters

    layout
    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