Click or drag to resize

Button Properties

The Button type exposes the following members.

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
See Also