Spread Windows Forms 8.0 Product Documentation
PaintTouchGripper Method (IFocusIndicatorRenderer2)


Graphics device interface for painting
Paint rectangle
Thickness
Background color
Foreground color
Paint the gripper focus indicator
Syntax
'Declaration
 
Sub PaintTouchGripper( _
   ByVal g As Graphics, _
   ByVal rect As Rectangle, _
   ByVal thickness As Integer, _
   ByVal backColor As Color, _
   ByVal foreColor As Color _
) 
'Usage
 
Dim instance As IFocusIndicatorRenderer2
Dim g As Graphics
Dim rect As Rectangle
Dim thickness As Integer
Dim backColor As Color
Dim foreColor As Color
 
instance.PaintTouchGripper(g, rect, thickness, backColor, foreColor)
void PaintTouchGripper( 
   Graphics g,
   Rectangle rect,
   int thickness,
   Color backColor,
   Color foreColor
)

Parameters

g
Graphics device interface for painting
rect
Paint rectangle
thickness
Thickness
backColor
Background color
foreColor
Foreground color
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

IFocusIndicatorRenderer2 Interface
IFocusIndicatorRenderer2 Members

 

 


Copyright © GrapeCity, inc. All rights reserved.