Intersoft ClientUI Documentation
PerformJumpAnimation(Boolean) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDesktopDockButton Class > PerformJumpAnimation Method : PerformJumpAnimation(Boolean) Method






force
Force animation.
Perform jump animation.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub PerformJumpAnimation( _
   ByVal force As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDesktopDockButton
Dim force As Boolean
 
instance.PerformJumpAnimation(force)
C# 
public override void PerformJumpAnimation( 
   bool force
)
Delphi 
public procedure PerformJumpAnimation( 
    force: Boolean
); override; 
JScript 
public override function PerformJumpAnimation( 
   force : boolean
);
Managed Extensions for C++ 
public: void PerformJumpAnimation( 
   bool force
) override 
C++/CLI 
public:
void PerformJumpAnimation( 
   bool force
) override 

Parameters

force
Force animation.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.