ScreenModify Constructor (Int32, Boolean, Boolean, Boolean, Int32, Int32, Int32, Int32, Int32) |
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public ScreenModify(
int[] reserved,
bool addRegion,
bool removeRegion,
bool setTimeout,
int screenIndex,
int regionIndex,
int regionScreenNext,
int timeoutValue,
int timeoutScreenNext
)
Public Sub New (
reserved As Integer(),
addRegion As Boolean,
removeRegion As Boolean,
setTimeout As Boolean,
screenIndex As Integer,
regionIndex As Integer,
regionScreenNext As Integer,
timeoutValue As Integer,
timeoutScreenNext As Integer
)
public:
ScreenModify(
array<int>^ reserved,
bool addRegion,
bool removeRegion,
bool setTimeout,
int screenIndex,
int regionIndex,
int regionScreenNext,
int timeoutValue,
int timeoutScreenNext
)
new :
reserved : int[] *
addRegion : bool *
removeRegion : bool *
setTimeout : bool *
screenIndex : int *
regionIndex : int *
regionScreenNext : int *
timeoutValue : int *
timeoutScreenNext : int -> ScreenModify
Parameters
- reserved
- Type: SystemInt32
The parameter is not used. - addRegion
- Type: SystemBoolean
Whether or not this message is adding a region to this Screen. - removeRegion
- Type: SystemBoolean
Whether or not this message is removing a region from this Screen. - setTimeout
- Type: SystemBoolean
Whether or not this message is setting the timeout value of this Screen. - screenIndex
- Type: SystemInt32
The index of the Screen that is being modified. - regionIndex
- Type: SystemInt32
The index to be added/removed if applicable. - regionScreenNext
- Type: SystemInt32
The index of the next Screen if the Region is interacted with. - timeoutValue
- Type: SystemInt32
The timeout value if applicable. - timeoutScreenNext
- Type: SystemInt32
The index of the next Screen if this one times out.
See Also