Set main window size

Namespace: T.Modules.ClientStation
Assembly: T.Modules (in T.Modules.dll)

Public Function SetMainWindowSize( _ 
ByVal width As Double, _ 
ByVal height As Double
) As Integer
This language is not supported or no code example is available.
public int SetMainWindowSize( 
double width
double height 
)
This language is not supported or no code example is available.

Parameters

width
Type: double

New width

height
Type: double

New height

Return Value

Type: int

Value indicating success (1) or fail (0)

.NET Framework

Supported in: 4.6.2, 4.7