Copies all the settings in the appearance object passed as the parameter to the current object without raising the Changed event.
public void AssignInternal( AppearanceObject val )
Public Sub AssignInternal( ByVal val As AppearanceObject )
The AssignInternal method copies the properties of the specified AppearanceObject object to the current one. This allows you to have two appearance objects with identical settings. Note however that the Changed event is not raised in this case.