Window2::WindowState Property

 

Gets or sets the state of the window, whether it is minimized, normal, and so forth.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property vsWindowState WindowState {
	vsWindowState get();
	void set(vsWindowState value);
}

Property Value

Type: EnvDTE::vsWindowState

A vsWindowState constant.

Because the WindowState property sets or returns whether a window is maximized, minimized, or normal, the environment should be in MDI mode for the following to work correctly.

This creates a general text file and displays its WindowState property.

No code example is currently available or this language may not be supported.
Return to top
Show: