UtilsLib Xojo plugin

OSXDockTile.ShowsWindowApplicationBadge Method

Sets if miniaturized window icons in the Dock should show application badge or not

shared ShowsWindowApplicationBadge(
   owner as Window,
   assigns value as Boolean)

Parameters

owner
The window to configure
value (assign parameter)
True if the application badge should be shown, else false.

Remarks

Miniaturized windows include the application badge by default to convey the associated application to the user.

See Also

OSXDockTile Class