public interface IWindowView : INotifyPropertyChanged
Public Interface IWindowView
Inherits INotifyPropertyChanged
Children | List of child windows. |
Content | Sets view content. |
Description | Window Description. |
Id | Window identifier. |
Image | Representative image of the window. |
IsActive | Gets or sets whether the view is active. |
IsFloating | Gets or sets whether the view is floating. |
Ribbon | Set the view ribbon. |
RibbonTabsHeader | Sets the header of the ribbon tabs. |
StatusBar | Set the view status bar. |
Title | Window title. |
ToolTip | Set the view tooltip. |
View | Window view. |
ActiveRibbonFirstVisibleItem | Activates the first visible element of the ribbon. |
AddChild | Remove the window from the list of child windows. |
Close | Close the window view. |
CloseChild(Object) | Closes and removes the indicated window from the list of child windows. |
CloseChild(Type) | Closes and removes the indicated window from the list of child windows. |
CloseChildren | Closes and removes all child windows from the list. |
HideChildren | Hide all child windows. |
HideChildren(AutoHideStyle) | Hides all child windows that have the indicated style. |
RemoveChild | Remove the window from the list of child windows. |
ShowChildren | Show all child windows. |
UpdateRibbonKeyTips | Updates the keytip property of the ribbon elements. |
Closed | Event that occurs when the window is closed. |
Closing | Event that occurs before closing the window, allowing you to cancel the closing of the window. |