Balloon.Animation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 Office 助手的动画操作。
public:
property Microsoft::Office::Core::MsoAnimationType Animation { Microsoft::Office::Core::MsoAnimationType get(); void set(Microsoft::Office::Core::MsoAnimationType value); };
public Microsoft.Office.Core.MsoAnimationType Animation { get; set; }
member this.Animation : Microsoft.Office.Core.MsoAnimationType with get, set
Public Property Animation As MsoAnimationType
属性值
注解
本主题中的某些内容可能不适用于某些语言。
仅当显示气球时,才会对助手进行动画处理。 “Clippit”是默认助手, msoAnimationIdle 是助手的默认动画类型。
根据所选的助手,设置 Animation 属性可能会生成明显的动画,也可能不会产生明显的动画。 但是,所有 MsoAnimationType 常量对所有助手都有效。 请注意,不同的常量可能会生成相同的动画。
以下 MsoAnimationType 常量表示重复指定操作的动画,直到关闭 Assistant 或 动画属性重置 为另一个动画:
msoAnimationCheckingSomething
msoAnimationGetTechy
msoAnimationListensToComputer
msoAnimationSearching
msoAnimationThinking
msoAnimationWorkingAtSomething
msoAnimationWritingNotingSomething