Click or drag to resize
MouseRectangleEventArgs Class
Provides data for the MouseRectangle event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudio.Stations.FormsMouseRectangleEventArgs

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class MouseRectangleEventArgs : EventArgs

The MouseRectangleEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMouseRectangleEventArgs(Rectangle) Obsolete.
Initializes a new instance of the MouseRectangleEventArgs class
Public methodMouseRectangleEventArgs(Rectangle, Keys)
Initializes a new instance of the MouseRectangleEventArgs class
Top
Properties
  NameDescription
Public propertyKeys
Gets the depressed keyboard keys.
Public propertyRectangle
Gets the selection rectangle.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also