Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / Clone Method


In This Topic
Clone Method (CalculatorButtonStyle)
In This Topic
The Clone method creates a new CalculatorButtonStyle object and initializes it with the contents of this CalculatorButtonStyle object.
Syntax
'Declaration
 
Public Function Clone() As Object
 
'Usage
 
Dim instance As CalculatorButtonStyle
Dim value As Object
 
value = instance.Clone()

Return Value

A shallow copy of the CalculatorButtonStyle object.
See Also