'Declaration
Public Overrides Sub Copy( _ ByVal prototype As C1.Win.Themes.BaseStyle _ )
public override void Copy( C1.Win.Themes.BaseStyle prototype )
Parameters
- prototype
- specified style.
'Declaration
Public Overrides Sub Copy( _ ByVal prototype As C1.Win.Themes.BaseStyle _ )
public override void Copy( C1.Win.Themes.BaseStyle prototype )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The exception that is thrown when the value of an argument is outside the allowable range of values as defined by the invoked method. |