Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the color of the specified shape is momentarily inverted when the specified mouse action occurs. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property AnimateAction As MsoTriState
Get
Set
'Usage
Dim instance As ActionSetting
Dim value As MsoTriState
value = instance.AnimateAction
instance.AnimateAction = value
MsoTriState AnimateAction { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the AnimateAction property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The color of the specified shape is not momentarily inverted when the specified mouse action occurs. |
|
The color of the specified shape is momentarily inverted when the specified mouse action occurs. |