Spread Windows Forms 10.0 Product Documentation
CalculatorButtonStyleInfo Constructor(Color,Color,TextEffect)


The initialization of the forecolor.
The initialization of the backcolor.
The initialization of the text effect.
Initializes a new instance of the CalculatorButtonStyleInfo.
Syntax
'Declaration
 
Public Function New( _
   ByVal foreColor As Color, _
   ByVal backColor As Color, _
   ByVal textEffect As TextEffect _
)
'Usage
 
Dim foreColor As Color
Dim backColor As Color
Dim textEffect As TextEffect
 
Dim instance As New CalculatorButtonStyleInfo(foreColor, backColor, textEffect)
public CalculatorButtonStyleInfo( 
   Color foreColor,
   Color backColor,
   TextEffect textEffect
)

Parameters

foreColor
The initialization of the forecolor.
backColor
The initialization of the backcolor.
textEffect
The initialization of the text effect.
Requirements

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

See Also

Reference

CalculatorButtonStyleInfo Class
CalculatorButtonStyleInfo Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.