Sets the screen number this class will be attributed to on the device.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetNumber(
int number
)
Public Sub SetNumber (
number As Integer
)
public:
void SetNumber(
int number
)
member SetNumber :
number : int -> unit
Parameters
- number
- Type: SystemInt32
Screen number
See Also