Share via


WindowStyleHelper Class

Microsoft internal use only.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.PlatformUI.WindowStyleHelper

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class WindowStyleHelper
public static class WindowStyleHelper
public ref class WindowStyleHelper abstract sealed
[<AbstractClass>]
[<Sealed>]
type WindowStyleHelper =  class end
public final class WindowStyleHelper

The WindowStyleHelper type exposes the following members.

Attached Properties

  Name Description
Public attached property HasMaximizeButton Microsoft internal use only.
Public attached property HasMinimizeButton Microsoft internal use only.

Top

Methods

  Name Description
Public methodStatic member GetHasMaximizeButton Microsoft internal use only.
Public methodStatic member GetHasMinimizeButton Microsoft internal use only.
Public methodStatic member SetHasMaximizeButton Microsoft internal use only.
Public methodStatic member SetHasMinimizeButton Microsoft internal use only.

Top

Fields

  Name Description
Public fieldStatic member HasMaximizeButtonProperty Microsoft internal use only.
Public fieldStatic member HasMinimizeButtonProperty Microsoft internal use only.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace