Click or drag to resize

Button Class

An switchboard button.
Inheritance Hierarchy

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax

The Button type exposes the following members.

Constructors
  NameDescription
Public methodButton
Initializes a new instance of the Button class
Top
Properties
  NameDescription
Public propertyAlignOffsetX
Gets or sets the horizontal offset of the button's drawing surface from the position set by CellAlign.
Public propertyAlignOffsetY
Gets or sets the vertical offset of the button's drawing surface from the position set by CellAlign.
Public propertyBehavior
Gets or sets the button's state behavior.
Public propertyCellAlign
Gets or sets the button's drawing surface alignment in relation to its switchboard cell location.
Public propertyDefaultName
Gets the default identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyDrawScale
Gets or sets the button's drawing surface scale.
Public propertyID
Gets the CTC object's globaly unique static identifier.
(Inherited from CtcObjectBase.)
Public propertyIsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf.
(Inherited from CtcObjectBase.)
Public propertyLocation
Gets or sets the location of the button on the switchboard.
Public propertyLook
Gets or sets the button's switchboard look.
Public propertyName
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public propertyParent
Gets the parent list that contains this CTC object.
(Inherited from CtcObjectBase.)
Public propertyPersistedTag
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data.
(Inherited from CtcObjectBase.)
Public propertyScriptEventBinder
Public propertyState
Gets the button's current OnOff value.
Public propertyTag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)
Top
Methods
  NameDescription
Protected methodClone
Used internally.
(Inherited from CtcObjectBase.)
Public methodDeleteSelf (Overrides CtcObjectBaseDeleteSelf.)
Public methodNotifyObjectChanged
Raises the ObjectChanged event for this object.
(Inherited from CtcObjectBase.)
Public methodOperatePress
Action to be performd when a switchboard button represenation is pressed by mouse or touch-point.
Public methodOperateRelease
Action to be performd when a switchboard button represenation is released by mouse or touch-point.
Public methodReset
Resets the button to the default Off state.
Public methodSetState
Sets the button's OnOff value.
Public methodToString (Overrides ObjectToString.)
Top
See Also