JumpListItemTask.ShowCommand Property
Gets or sets whether the program starts minimized, maximized, or normally.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(WindowShowCommand.Normal)]
[DXCategory("Behavior")]
public WindowShowCommand ShowCommand { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.Utils.Taskbar.Core.WindowShowCommand | Normal | The WindowShowCommand enumeration value that specifies whether the program starts minimized, maximized, or normally. The default value is WindowShowCommand.Normal. |
Remarks
A program that is launched by a Jump List task can be started minimized, maximized, or normally. You can specify this initial state of the program window using the ShowCommand property.
See Also