IWindowView Interface

Window view interface.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public interface IWindowView : INotifyPropertyChanged
Implements
INotifyPropertyChanged

Properties

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.

Methods

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.

Events

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.

See Also