Partager via


WindowFrameShowAction Enumeration

Defines the type of action to be taken in showing the window frame.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

Public Enumeration WindowFrameShowAction

Dim instance As WindowFrameShowAction
public enum WindowFrameShowAction
public enum class WindowFrameShowAction
public enum WindowFrameShowAction

Members

Member name Description
DontShow The frame should not be shown by the calling method (used to delegate showing the window to the called method).
Show The frame should be displayed on top and activated.
ShowNoActivate The frame should be shown but not made the active window.
Hide The frame should be hidden.

See Also

Reference

Microsoft.VisualStudio.Package Namespace