Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTabStripRenderer Class / DrawStripSkinBorder Method


In This Topic
    DrawStripSkinBorder Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function DrawStripSkinBorder( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle, _
       ByVal info As NTabInfo _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTabStripRenderer
    Dim g As System.Drawing.Graphics
    Dim r As System.Drawing.Rectangle
    Dim info As NTabInfo
    Dim value As System.Boolean
     
    value = instance.DrawStripSkinBorder(g, r, info)
    protected virtual System.bool DrawStripSkinBorder( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r,
       NTabInfo info
    )

    Parameters

    g
    r
    info
    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