Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / DrawGripper Method


DrawGripper Method (NUIRenderer)
Syntax
'Declaration
 
Public Shared Sub DrawGripper( _
   ByVal g As System.Drawing.Graphics, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal back As System.Drawing.Color, _
   ByVal style As GripperStyle, _
   ByVal orientation As System.Windows.Forms.Orientation _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim bounds As System.Drawing.Rectangle
Dim back As System.Drawing.Color
Dim style As GripperStyle
Dim orientation As System.Windows.Forms.Orientation
 
NUIRenderer.DrawGripper(g, bounds, back, style, orientation)

Parameters

g
bounds
back
style
orientation
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