Muokkaa

Jaa


struct DualEngineNewWindowOptions

Important

The DualEngine API is part of a Limited Access Feature (see LimitedAccessFeatures class). For more information or to request an unlock token, contact Microsoft Support.

Represents the requested state of a new window.

Summary

Members Descriptions
disposition Type of tab or window that the host should create to host the window.
height Specifies the requested height of the window.
heightSpecified Indicates whether a DualEngineNewWindowOptions.height value was specified.
left Specifies the requested x-coordinate of the upper-left corner of the window.
leftSpecified Indicates whether a DualEngineNewWindowOptions.left value was specified.
menuBarVisible Indicates whether the window should should have a visible menu bar.
scrollbarsVisible Indicates whether the window should should have visible scroll bars.
statusBarVisible Indicates whether the window should should have a visible status bar.
toolbarVisible Indicates whether the window should should have a visible toolbar.
top Specifies the requested y-coordinate of the upper-left corner of the window.
topSpecified Indicates whether a DualEngineNewWindowOptions.top value was specified.
width Specifies the requested width of the window.
widthSpecified Indicates whether a DualEngineNewWindowOptions.width value was specified.

Members

disposition

Type of tab or window that the host should create to host the window.

public DualEngineWindowOpenDisposition disposition

height

Specifies the requested height of the window.

public FLOAT height

heightSpecified

Indicates whether a DualEngineNewWindowOptions.height value was specified.

public BOOL heightSpecified

left

Specifies the requested x-coordinate of the upper-left corner of the window.

public FLOAT left

leftSpecified

Indicates whether a DualEngineNewWindowOptions.left value was specified.

public BOOL leftSpecified

Indicates whether the window should should have a visible menu bar.

public BOOL menuBarVisible

scrollbarsVisible

Indicates whether the window should should have visible scroll bars.

public BOOL scrollbarsVisible

statusBarVisible

Indicates whether the window should should have a visible status bar.

public BOOL statusBarVisible

toolbarVisible

Indicates whether the window should should have a visible toolbar.

public BOOL toolbarVisible

top

Specifies the requested y-coordinate of the upper-left corner of the window.

public FLOAT top

topSpecified

Indicates whether a DualEngineNewWindowOptions.top value was specified.

public BOOL topSpecified

width

Specifies the requested width of the window.

public FLOAT width

widthSpecified

Indicates whether a DualEngineNewWindowOptions.width value was specified.

public BOOL widthSpecified