ScreenModify Class |
Namespace: ProScript
The ScreenModify type exposes the following members.
Name | Description | |
---|---|---|
ScreenModify |
No arguments constructor, creates a default ScreenModify class that does nothing.
| |
ScreenModify(Int32, Boolean, Boolean, Boolean, Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the ScreenModify class.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetRegionIndex |
Gets the Region index to add or remove.
| |
GetRegionScreenNext |
Gets the Screen the Device will switch to when a user interacts with this region.
| |
GetReserved |
The parameter is not used.
| |
GetScreenIndex |
Gets the Screen index to edit.
| |
GetTimeoutScreenNext |
Gets the Screen number the Device switches to when this Screen times out.
| |
GetTimeoutValue |
Gets the timeout value the Screen will be set to in seconds.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsAddRegion |
Gets whether or not this ScreenModify is supposed to add a region.
| |
IsRemoveRegion |
Gets whether or not this ScreenModify is supposed to remove a region.
| |
IsSetTimeout |
Gets whether or not this ScreenModify is supposed to set a timeout.
| |
SetAddRegion |
Sets whether or not this ScreenModify is supposed to add a region.
| |
SetRegionIndex |
Sets the Region index to add or remove.
| |
SetRegionScreenNext |
Sets the Screen the Device will switch to when a user interacts with this region.
| |
SetRemoveRegion |
Sets whether or not this ScreenModify is supposed to remove a region.
| |
SetScreenIndex |
Sets the Screen index to edit.
| |
SetSetTimeout |
Sets whether or not this ScreenModify is supposed to set a timeout.
| |
SetTimeout |
Sets the timeout value the Screen will be set to in seconds.
| |
SetTimeoutScreenNext |
Sets the Screen number the Device switches to when this Screen times out.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |