ClientStation.SetMainWindowSize Method

Set main window size
<ID("SetMainWindowSize", (int)e.SetMainWindowSize)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function SetMainWindowSize( _ 
ByVal width As Double, _ 
ByVal height As Double
) As Integer
This language is not supported or no code example is available.
[ID("SetMainWindowSize", (int)e.SetMainWindowSize)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public int SetMainWindowSize( 
double width
double height 
)
This language is not supported or no code example is available.

Parameters

width
double

New width

height
double

New height

Return Value

int

Value indicating success (1) or fail (0)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition