Nevron .NET Vision
Nevron.Editors Namespace / NAppearanceStyleTypeEditor Class / PaintValueInternal Method


In This Topic
    PaintValueInternal Method (NAppearanceStyleTypeEditor)
    In This Topic
    Paints the appearance style in the passed paint value context.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintValueInternal( _
       ByVal appearanceStyle As NAppearanceStyle, _
       ByVal e As System.Drawing.Design.PaintValueEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NAppearanceStyleTypeEditor
    Dim appearanceStyle As NAppearanceStyle
    Dim e As System.Drawing.Design.PaintValueEventArgs
     
    instance.PaintValueInternal(appearanceStyle, e)
    protected virtual void PaintValueInternal( 
       NAppearanceStyle appearanceStyle,
       System.Drawing.Design.PaintValueEventArgs e
    )

    Parameters

    appearanceStyle
    e
    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