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






Gets the last changed button of the mouse.

Syntax

Visual Basic (Declaration) 
Public Shared Property LastMouseButton As Nullable(Of MouseButton)
Visual Basic (Usage)Copy Code
Dim value As Nullable(Of MouseButton)
 
Mouse.LastMouseButton = value
 
value = Mouse.LastMouseButton
C# 
public static Nullable<MouseButton> LastMouseButton {get; set;}
Delphi 
public read-write property LastMouseButton: Nullable; static; 
JScript 
public static function get,set LastMouseButton : Nullable
Managed Extensions for C++ 
public: __property static Nullable<MouseButton> get_LastMouseButton();
public: __property static void set_LastMouseButton( 
   Nullable<MouseButton> value
);
C++/CLI 
public:
static property Nullable<MouseButton> LastMouseButton {
   Nullable<MouseButton> get();
   void set (    Nullable<MouseButton> value);
}

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.