Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFocusIndicatorRenderer2 Interface / PaintTouchGripper Method
Graphics device interface for painting
Paint rectangle
Thickness
Background color
Foreground color


In This Topic
PaintTouchGripper Method (IFocusIndicatorRenderer2)
In This Topic
Paints 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)

Parameters

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