Expand Minimize
This topic has not yet been rated - Rate this topic

APPLICATION_VIEW_STATE enumeration

Indicates the current view state of a Windows Store app. Used by IApplicationDesignModeSettings::SetApplicationViewState and IApplicationDesignModeSettings::IsApplicationViewStateSupported.

Syntax


typedef enum APPLICATION_VIEW_STATE { 
  AVS_FULLSCREEN_LANDSCAPE  = 0,
  AVS_FILLED                = 1,
  AVS_SNAPPED               = 2,
  AVS_FULLSCREEN_PORTRAIT   = 3
} APPLICATION_VIEW_STATE;

Constants

AVS_FULLSCREEN_LANDSCAPE

The current app's view is full-screen (has no snapped app adjacent to it), and is in landscape orientation.

AVS_FILLED

The current app's view has been reduced to a partial screen view as the result of another app snapping (being docked at one side of the screen in a narrow view).

AVS_SNAPPED

The current app's view has been snapped (docked at one side of the screen in a narrow view).

AVS_FULLSCREEN_PORTRAIT

The current app's view is full-screen (has no snapped app adjacent to it), and is in portrait orientation.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Shobjidl.h

IDL

Shobjidl.idl

See also

IApplicationDesignModeSettings::SetApplicationViewState
IApplicationDesignModeSettings::IsApplicationViewStateSupported

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.