Click or drag to resize
GraphicButton Class
Represents a clickable button in a GraphicControl.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.Stations.FormsGraphicButton

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 GraphicButton

The GraphicButton type exposes the following members.

Properties
  NameDescription
Public propertyChecked
Get or sets if the button is rendered with a check highlight.
Public propertyEnabled
Gets or sets if the button can be clicked.
Public propertyId
Gets the identifier that was specified when the button was created.
Public propertyPosition
Gets or sets the position of the button in the graphics window, relative to the upper left corner.
Public propertyScale
Gets or sets the size of the graphical button relative to the button image.
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