_Application.EnableMacroAnimations Property

Definition

Controls whether macro animations are enabled. True if user interface animations or chart animations are enabled. Is set to False (no animation) by default. If it is set to True during the running of a macro, it will enable animation and then will reset to False after the macro runs. Read/write Boolean (bool in C#).

public:
 property bool EnableMacroAnimations { bool get(); void set(bool value); };
public bool EnableMacroAnimations { get; set; }
Public Property EnableMacroAnimations As Boolean

Property Value

Applies to