Represents the attributes of visibility animation. | |
Description: | The GefVisibilityAnim object represents the
attributes of visibility animation on an object. When the specified
expression is True, the object is visible. When the
expression is False, the object is invisible. Example: Sub GefVisibilityAnim_Expression() Dim oCimObj As GefObject Dim oCimVisAnim As
GefVisibilityAnim Set oCimObj = CimGetObject Set oCimVisAnim =
oCimObj.VisibilityAnim MsgBox "The visibility animation's
expression is " & """" & oCimVisAnim.Expression &
"""" End Sub |
Properties: | Application , Expression , Parent |
Methods: |