C1.Win.Input.Styles Namespace / NumericEditStyles Class / Copy Method
specified style.

In This Topic
Copy Method (NumericEditStyles)
In This Topic
Copies properties of the specified style of the same type.
Syntax
'Declaration
 
Public Overridable Sub Copy( _
   ByVal prototype As BaseStyle _
) 
 

Parameters

prototype
specified style.
See Also