Tray Methods |
The Tray type exposes the following members.
Name | Description | |
---|---|---|
![]() | Activate | Attempts to activate the application window by bringing it to the foreground and setting the input focus to it. (Inherited from Window.) |
![]() | ClearMainMenu |
Clear all the items of main menu.
|
![]() | Close | Closes the application window. (Inherited from Window.) |
![]() | Connect |
Connect()
|
![]() | Dispose | |
![]() | Equals(Window) | (Inherited from Window.) |
![]() | Equals(Object) | (Inherited from Window.) |
![]() | GetBindingConnector |
GetBindingConnector(int connectionId, object target)
|
![]() ![]() | GetDpiForWindow | |
![]() | GetHashCode | (Inherited from Window.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HideFooter |
Hides footer with buttons.
|
![]() | InitializeComponent |
InitializeComponent()
|
![]() | Resize |
Resizes the window to desired width and height, taking in count corrent scale
|
![]() | SetEngineAsync |
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.
|
![]() | SetTitleBar | Enables title bar behavior on a XAML element when ExtendsContentIntoTitleBar is true. (Inherited from Window.) |
![]() | ShowWithAnimation |
Shows the window with animation.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |