Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListNodeSubItem Class / ComposeFillInfo Method


In This Topic
    ComposeFillInfo Method
    In This Topic
    Composes the actual NFillInfo which will be used to fill item's interior.
    Syntax
    'Declaration
     
    
    Public Overridable Function ComposeFillInfo() As NFillInfo
    'Usage
     
    
    Dim instance As NTreeListNodeSubItem
    Dim value As NFillInfo
     
    value = instance.ComposeFillInfo()
    public virtual NFillInfo ComposeFillInfo()
    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