Tray Class |
Namespace: ITHit.FileSystem.Windows.WinUI
The Tray type exposes the following members.
Name | Description | |
---|---|---|
![]() | Tray |
Initializes a new instance of the Tray class.
|
![]() ![]() | Tray(EngineWindows, DictionaryString, String) |
Initializes a new instance of the Tray class.
|
Name | Description | |
---|---|---|
![]() | AppWindow | Gets the AppWindow associated with this XAML Window. (Inherited from Window.) |
![]() | Bounds | Gets a Rect pixels. (Inherited from Window.) |
![]() | Compositor | Gets the Compositor for this window. (Inherited from Window.) |
![]() | Content | Gets or sets the visual root of an application window. (Inherited from Window.) |
![]() | CoreWindow | Desktop apps always return null for this property. (Inherited from Window.) |
![]() | DebugMenu |
Debug menu in main menu. Displays only in case default menu was not cleared. Use Items property to add or remove items.
|
![]() | Dispatcher | Always returns null in a Windows App SDK app.
> [!NOTE]
> Window.Dispatcher may be altered or unavailable in future releases. Use Window.DispatcherQueue instead. (Inherited from Window.) |
![]() | DispatcherQueue | Gets the DispatcherQueue object for the window. (Inherited from Window.) |
![]() | DriveNameText |
Drive name row text in header.
|
![]() | EnableDisableDebugLoggingContextMenu |
Enable / Disable Debug Logging context menu item (available when engine is null)
|
![]() | ExtendsContentIntoTitleBar | Gets or sets a value that specifies whether the default title bar of the window should be hidden to create space for app content. (Inherited from Window.) |
![]() | Header |
Header text.
|
![]() | HideShowLogContextMenu |
Hide / Show Log context menu item (available when engine is null)
|
![]() | LoginMenuItem |
Login menu in main menu. Displays only in case default menu was not cleared and engine is logged out.
|
![]() | LogoutMenuItem |
Logout menu in main menu. Displays only in case default menu was not cleared and engine is logged in.
|
![]() | MainMenuFlyout |
Main menu shown on Settings button click (with default menu items). Use Items property to add or remove items.
|
![]() | MountNewDriveContextMenu |
Mount New Drive context menu item (available when engine is null)
|
![]() | MountNewDriveMenu |
Mount New Drive menu in main menu. Displays only in case default menu was not cleared.
|
![]() | NotifyIconText |
Gets or sets the ToolTip text displayed when the mouse pointer rests on a notification area icon.
|
![]() | OpenFolderButton |
Open Folder button in footer.
|
![]() | OpenLogFileContextMenu |
Open Log File context menu item (available when engine is null)
|
![]() | Pinned |
Indicates if the window is pinned.
|
![]() | RequestSupportContextMenu |
Request Support context menu item (available when engine is null)
|
![]() | ShowFeedbackMenu |
Show Feedback menu in main menu. Displays only in case default menu was not cleared.
|
![]() | ShowSettingsMenu |
Settings menu in main menu. Displays only in case default menu was not cleared.
|
![]() | StartSynchronizationMenu |
Start Synchronization menu in main menu. Displays only in case default menu was not cleared.
|
![]() | StopSynchronizationMenu |
Stop Synchronization menu in main menu. Displays only in case default menu was not cleared.
|
![]() | SystemBackdrop | Gets or sets the system backdrop to apply to this Window. The backdrop is rendered behind the Window content. (Inherited from Window.) |
![]() | Title | Gets or sets a string used for the window title. (Inherited from Window.) |
![]() | UnmountMenu |
Unmount menu in main menu. Displays only in case default menu was not cleared.
|
![]() | ViewOnlineButton |
View Online button in footer.
|
![]() | ViewOnlineMenusVisible |
Gets or sets visibility (true means Visible) of "view online" button and "view item online" context menu item of history items
|
![]() | Visible | Gets a value that reports whether the window is visible. (Inherited from Window.) |
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 | Releases all resources used by the Tray |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Activated | Occurs when the window has successfully been activated. (Inherited from Window.) |
![]() | Closed | Occurs when the window has closed. (Inherited from Window.) |
![]() | ErrorDescriptionClick |
Fires when "Error Description" menu is clicked on the item.
|
![]() | ResolveConflictClick |
Fires when "Resolve Conflict" menu is clicked on the item.
|
![]() | SizeChanged | Occurs when the app window has first rendered or has changed its rendering size. (Inherited from Window.) |
![]() | ViewItemOnlineClick |
Fires when "View Online" menu is clicked on the item.
|
![]() | VisibilityChanged | Occurs when the value of the Visible property changes. (Inherited from Window.) |