ClientUI.SetMainWindowSize Method
Set main window size
<ID("SetMainWindowSize", (int)e.SetMainWindowSize)> _
<EditorBrowsable(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)]
[EditorBrowsable(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.8