void PaintTouchGripper( Graphics g, Rectangle rect, int thickness, Color backColor, Color foreColor )
'Declaration Sub PaintTouchGripper( _ ByVal g As Graphics, _ ByVal rect As Rectangle, _ ByVal thickness As Integer, _ ByVal backColor As Color, _ ByVal foreColor As Color _ )
'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)
'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)
IFocusIndicatorRenderer2 Interface IFocusIndicatorRenderer2 Members