Click or drag to resize
GraphicButtonCollection Class
Represents a collection of GraphicButton objects.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.Stations.FormsGraphicButtonCollection

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 GraphicButtonCollection : IEnumerable<GraphicButton>, 
	IEnumerable

The GraphicButtonCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Creates a new GraphicButton and adds it to this collection.
Public methodClear
Public methodContains
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also