Click or drag to resize

Tray Methods

IT Hit User File System

The Tray type exposes the following members.

Methods
  NameDescription
Public methodActivate
Attempts to activate the application window by bringing it to the foreground and setting the input focus to it.
(Inherited from Window.)
Public methodClearMainMenu
Clear all the items of main menu.
Public methodClose
Closes the application window.
(Inherited from Window.)
Public methodConnect
Connect()
Public methodDispose
Public methodEquals(Window) (Inherited from Window.)
Public methodEquals(Object) (Inherited from Window.)
Public methodGetBindingConnector
GetBindingConnector(int connectionId, object target)
Public methodStatic memberGetDpiForWindow
Public methodGetHashCode (Inherited from Window.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHideFooter
Hides footer with buttons.
Public methodInitializeComponent
InitializeComponent()
Public methodResize
Resizes the window to desired width and height, taking in count corrent scale
Public methodSetEngineAsync
Associates Engine with Tray and starts listening to Engine events. Engine executes Tray commands. The tray connects to ItemsProgress, ItemsChanged, StateChanged events and reflects changes in its UI. If null is passed, the Engine and Tray are disassociated.
Public methodSetTitleBar
Enables title bar behavior on a XAML element when ExtendsContentIntoTitleBar is true.
(Inherited from Window.)
Public methodShowWithAnimation
Shows the window with animation.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also