IApplicationDesignModeSettings2::SetAdjacentDisplayEdges method
Sets whether the application window will be adjacent to the edge of the emulated display.
Syntax
HRESULT SetAdjacentDisplayEdges(
[in] ADJACENT_DISPLAY_EDGES adjacentDisplayEdges
);
Parameters
- adjacentDisplayEdges [in]
-
Type: ADJACENT_DISPLAY_EDGES
The edge which should be adjacent.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
See also
Show: