LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
CurrentState Property
See Also 
Leadtools.Medical.Workstation.UI Namespace > PlayStateEventArgs Class : CurrentState Property




Gets the current PlayState.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CurrentState As PlayState
Visual Basic (Usage)Copy Code
Dim instance As PlayStateEventArgs
Dim value As PlayState
 
value = instance.CurrentState
C# 
public PlayState CurrentState {get;}
Managed Extensions for C++ 
public: __property PlayState get_CurrentState();
C++/CLI 
public:
property PlayState CurrentState {
   PlayState get();
}

Property Value

A PlayState value that represents the current play state.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also