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


In This Topic
    PaintNullValueString Method
    In This Topic
    Paints a string which notifies that the item currently stores no data.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintNullValueString( _
       ByVal context As NTreeListPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NTreeListNodeSubItem
    Dim context As NTreeListPaintContext
     
    instance.PaintNullValueString(context)
    protected virtual void PaintNullValueString( 
       NTreeListPaintContext context
    )

    Parameters

    context
    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