Nevron .NET Vision
Nevron.Diagram.Editors Namespace / NFillStyleComposeTypeEditor Class / PaintValueInternal Method


In This Topic
    PaintValueInternal Method (NFillStyleComposeTypeEditor)
    In This Topic
    Overriden to compose the fill style.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintValueInternal( _
       ByVal appearanceStyle As NAppearanceStyle, _
       ByVal e As System.Drawing.Design.PaintValueEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NFillStyleComposeTypeEditor
    Dim appearanceStyle As NAppearanceStyle
    Dim e As System.Drawing.Design.PaintValueEventArgs
     
    instance.PaintValueInternal(appearanceStyle, e)
    protected override 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