Intersoft ClientUI Documentation
LastMouseButtonState Property



Gets the last state of the changed button.
Syntax
Public Shared Property LastMouseButtonState As Nullable(Of MouseButtonState)
Dim value As Nullable(Of MouseButtonState)
 
Mouse.LastMouseButtonState = value
 
value = Mouse.LastMouseButtonState
public static Nullable<MouseButtonState> LastMouseButtonState {get; set;}
public:
static property Nullable<MouseButtonState> LastMouseButtonState {
   Nullable<MouseButtonState> get();
   void set (    Nullable<MouseButtonState> 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