M-Files UI Extensibility Framework
IWindow Interface
Members 
Description
IWindow interface makes it possible to control dashboard's outer window object when it has been opened as a popup.
Public Methods
Closes the window. The close event is sent before the window is closed.
Sets the focus to this window.
Maximizes the window.
Minimizes the window.
Restores the window.
Sets the default size of the window.
Public Properties
Returns the event registering interface for the IWindow interface.
The handle (HWND) of the window.
Sets or returns the window height.
True if the window is currently focused.
Sets or returns the window's capability to be maximized.
Sets or returns the window's capability to be minimized.
Sets or returns the window's capability to be resized.
Sets or returns the window's caption.
Sets or returns the window width.
See Also

IWindow Members