Intersoft ClientUI Documentation
ButtonState Property
See Also  Send Feedback
Intersoft.Client.Framework.Input Namespace > MouseButtonEventArgs Class : ButtonState Property






Gets the state of the button associated with the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ButtonState As MouseButtonState
Visual Basic (Usage)Copy Code
Dim instance As MouseButtonEventArgs
Dim value As MouseButtonState
 
value = instance.ButtonState
C# 
public MouseButtonState ButtonState {get;}
Delphi 
public read-only property ButtonState: MouseButtonState; 
JScript 
public function get ButtonState : MouseButtonState
Managed Extensions for C++ 
public: __property MouseButtonState get_ButtonState();
C++/CLI 
public:
property MouseButtonState ButtonState {
   MouseButtonState get();
}

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.