ICoreWebView2WindowFeatures

Undocumented in source.

Members

Functions

get_HasPosition
HRESULT get_HasPosition(BOOL* value)

Specifies left and top values.

get_HasSize
HRESULT get_HasSize(BOOL* value)

Specifies height and width values.

get_Height
HRESULT get_Height(UINT32* value)

Specifies the height of the window. Minimum value is 100. If HasSize is set to FALSE, this field is ignored.

get_Left
HRESULT get_Left(UINT32* value)

Specifies the left position of the window. If HasPosition is set to FALSE, this field is ignored.

get_ShouldDisplayMenuBar
HRESULT get_ShouldDisplayMenuBar(BOOL* value)

Indicates that the menu bar is displayed.

get_ShouldDisplayScrollBars
HRESULT get_ShouldDisplayScrollBars(BOOL* value)

Indicates that the scroll bars are displayed.

get_ShouldDisplayStatus
HRESULT get_ShouldDisplayStatus(BOOL* value)

Indicates that the status bar is displayed.

get_ShouldDisplayToolbar
HRESULT get_ShouldDisplayToolbar(BOOL* value)

Indicates that the browser toolbar is displayed.

get_Top
HRESULT get_Top(UINT32* value)

Specifies the top position of the window. If HasPosition is set to FALSE, this field is ignored.

get_Width
HRESULT get_Width(UINT32* value)

Specifies the width of the window. Minimum value is 100. If HasSize is set to FALSE, this field is ignored.

Meta