alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ShowWindowOptions

    ShowWindow options.

    Inheritance
    System.Object
    ShowWindowOptions
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class ShowWindowOptions : Enum

    Fields

    FORCEMINIMIZE

    Value for FORCEMINIMIZE

    Declaration
    public const ShowWindowOptions FORCEMINIMIZE
    Field Value
    Type
    ShowWindowOptions

    HIDE

    Value for Hide state.

    Declaration
    public const ShowWindowOptions HIDE
    Field Value
    Type
    ShowWindowOptions

    MAXIMIZE

    Value for maxim.

    Declaration
    public const ShowWindowOptions MAXIMIZE
    Field Value
    Type
    ShowWindowOptions

    MINIMIZE

    Value for minimize.

    Declaration
    public const ShowWindowOptions MINIMIZE
    Field Value
    Type
    ShowWindowOptions

    NORMAL

    Value for Normal state.

    Declaration
    public const ShowWindowOptions NORMAL
    Field Value
    Type
    ShowWindowOptions

    RESTORE

    Value for RESTORE

    Declaration
    public const ShowWindowOptions RESTORE
    Field Value
    Type
    ShowWindowOptions

    SHOW

    Value for show.

    Declaration
    public const ShowWindowOptions SHOW
    Field Value
    Type
    ShowWindowOptions

    SHOWDEFAULT

    Value for SHOWDEFAULT

    Declaration
    public const ShowWindowOptions SHOWDEFAULT
    Field Value
    Type
    ShowWindowOptions

    SHOWMAXIMIZED

    Value for Maximized state.

    Declaration
    public const ShowWindowOptions SHOWMAXIMIZED
    Field Value
    Type
    ShowWindowOptions

    SHOWMINIMIZED

    Value for Show minimized

    Declaration
    public const ShowWindowOptions SHOWMINIMIZED
    Field Value
    Type
    ShowWindowOptions

    SHOWMINNOACTIVE

    Value for SHOWMINNOACTIVE.

    Declaration
    public const ShowWindowOptions SHOWMINNOACTIVE
    Field Value
    Type
    ShowWindowOptions

    SHOWNA

    Value for SHOWNA

    Declaration
    public const ShowWindowOptions SHOWNA
    Field Value
    Type
    ShowWindowOptions

    SHOWNOACTIVATE

    Value for Activate.

    Declaration
    public const ShowWindowOptions SHOWNOACTIVATE
    Field Value
    Type
    ShowWindowOptions

    SHOWNORMAL

    Value for show normal state.

    Declaration
    public const ShowWindowOptions SHOWNORMAL
    Field Value
    Type
    ShowWindowOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved