ActionSetting.AnimateAction Property

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

msoFalse

The color of the specified shape is not momentarily inverted when the specified mouse action occurs.

msoTrue

The color of the specified shape is momentarily inverted when the specified mouse action occurs.

See Also

Reference

ActionSetting Interface

ActionSetting Members

Microsoft.Office.Interop.PowerPoint Namespace