ClientStation.SetMainWindowSize Method
<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.
Parameters
- width
- double
New width
- height
- double
New height
Return Value
intValue indicating success (1) or fail (0)