Spread Windows Forms 8.0 Product Documentation
FlatFocusIndicatorRenderer Constructor(Int32,Color,Color)


Thickness size.
Color.
Back color.
Creates an instance of FlatFocusIndicatorRenderer.
Syntax
'Declaration
 
Public Function New( _
   ByVal thickness As Integer, _
   ByVal color As Color, _
   ByVal backColor As Color _
)
'Usage
 
Dim thickness As Integer
Dim color As Color
Dim backColor As Color
 
Dim instance As New FlatFocusIndicatorRenderer(thickness, color, backColor)
public FlatFocusIndicatorRenderer( 
   int thickness,
   Color color,
   Color backColor
)

Parameters

thickness
Thickness size.
color
Color.
backColor
Back 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

FlatFocusIndicatorRenderer Class
FlatFocusIndicatorRenderer Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.