Framework.CreateWindow Method ()

Creates a window for the application.

Overload List

public void CreateWindow(string);
public void CreateWindow(string, Icon, MainMenu, int, int);

Remarks

This method is called by the framework with default parameter if the application calls the CreateDevice, SetDevice, or CreateDeviceFromSettings methods before this method.

Instead of calling CreateWindow, you can call SetWindow to change the settings of the current window used by the application.