AmbientTheme.Initialize Method

Definition

Performs additional initialization tasks for the AmbientTheme class that are not performed by the AmbientTheme(WorkflowTheme).

public:
 override void Initialize();
public override void Initialize ();
override this.Initialize : unit -> unit
Public Overrides Sub Initialize ()

Remarks

If UseOperatingSystemSettings returns true, Initialize sets all AmbientTheme properties to the values defined by the operating system.

Applies to