Click or drag to resize

RegionButton Class

This class represents a button region.
Inheritance Hierarchy

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public sealed class RegionButton : Region

The RegionButton type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAcceptsTouch
Gets whether or not this region accepts touch.
(Inherited from Region.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetButtonReserved
The parameter is not used.
Public methodGetCaption
Gets the caption on this button.
Public methodGetColorBackground
Gets the background color.
(Inherited from Region.)
Public methodGetColorForeground
Gets the foreground color.
(Inherited from Region.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNumber
Gets the region number.
(Inherited from Region.)
Public methodGetOutputToHost
Gets whether this region will output information to the host or not.
(Inherited from Region.)
Public methodGetParent
Gets the parents region number of this region.
Public methodGetReserved2
The parameter is not used.
(Inherited from Region.)
Public methodGetResourceNumberNormal
Gets the resource number of the button in an idle state.
Public methodGetResourceNumberSelected
Gets the resource number of this button in a selected state.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUseResource
Gets whether or not this button will be using resources.
Public methodGetX1
Gets the left most edge.
(Inherited from Region.)
Public methodGetX2
Gets the right most edge.
(Inherited from Region.)
Public methodGetY1
Gets the top most edge.
(Inherited from Region.)
Public methodGetY2
Gets the bottom most edge.
(Inherited from Region.)
Public methodHasFrame
Gets whether or not this region has a box around it.
(Inherited from Region.)
Public methodIsDecode
Gets whether or not this region will generate coordinate events.
(Inherited from Region.)
Public methodIsEnabled
Gets whether or not the button is enabled.
Public methodIsInUse
Gets whether or not this region is in use.
(Inherited from Region.)
Public methodIsReserved1
The parameter is not used.
(Inherited from Region.)
Public methodIsVisible
Gets whether or not this region is visible.
(Inherited from Region.)
Public methodSetAcceptTouch
Sets whether or not this region accepts touch.
(Inherited from Region.)
Public methodSetButtonReserved
The parameter is not used.
Public methodSetCaption
Sets the button caption.
Public methodSetClearOnSelect
Sets whether or not the screen will clear when the button is selected.
Public methodSetColorBackground
Sets the background color
(Inherited from Region.)
Public methodSetColorForeground
Sets the foreground color
(Inherited from Region.)
Public methodSetConfirmOnSelect
Sets whether or not this button will send a confirmation when it is selected.
Public methodSetDecode
Sets whether or not this region will generate coordinate events.
(Inherited from Region.)
Public methodSetEnabled
Sets whether or not the button is enabled.
Public methodSetHasFrame
Sets whether or not this region has a box around it.
(Inherited from Region.)
Public methodSetHighlightOnSelect
Sets whether or not the button will highlight when selected.
Public methodSetNumber
Sets the region number.
(Inherited from Region.)
Public methodSetOutputToHost
Sets whether this region will output information to the host or not.
(Inherited from Region.)
Public methodSetParent
Sets the parent region.
Public methodSetReserved1
The parameter is not used.
(Inherited from Region.)
Public methodSetReserved2
The parameter is not used.
(Inherited from Region.)
Public methodSetResourceNumberNormal
Sets the resource number of the button in an idle state.
Public methodSetResourceNumberSelected
Sets the resource number of this button in a selected state.
Public methodSetUseResource
Sets whether or not this button will be using resources.
Public methodSetVisible
Sets whether or not this region is visible.
(Inherited from Region.)
Public methodSetX1
Sets the left most edge.
(Inherited from Region.)
Public methodSetX2
Sets the right most edge.
(Inherited from Region.)
Public methodSetY1
Sets the top most edge.
(Inherited from Region.)
Public methodSetY2
Sets the bottom most edge.
(Inherited from Region.)
Public methodToString
Converts this object into a human readable string.
(Overrides RegionToString.)
Public methodWillClearOnSelect
Gets whether or not this button will clear the screen when it is pressed.
Public methodWillConfirmOnSelect
Gets whether or not this button will send a confirmation when it is pressed.
Public methodWillHighlightOnSelect
Sets whether or not this button will be highlighted when it is selected.
Top
See Also