ShowInTaskbar Property

Specifies whether the top-level form object appears in the Windows taskbar at runtime. This setting is read-only at runtime.

Form.ShowInTaskbar = lExpr

Parameters

  • lExpr
    Defaults to true (.T.), enabled. False (.F.) disables this property

Remarks

The ShowInTaskbar setting is ignored unless the ShowWindow Property value = 2

See Also

ShowWindow Property | Form Object