Intersoft ClientUI Documentation
LastMouseButton Property



Gets the last changed button of the mouse.
Syntax
Public Shared Property LastMouseButton As Nullable(Of MouseButton)
Dim value As Nullable(Of MouseButton)
 
Mouse.LastMouseButton = value
 
value = Mouse.LastMouseButton
public static Nullable<MouseButton> LastMouseButton {get; set;}
public:
static property Nullable<MouseButton> LastMouseButton {
   Nullable<MouseButton> get();
   void set (    Nullable<MouseButton> value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Mouse Class
Mouse Members

Send Feedback