Interface IMainWindow
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This interface is to represent the Main Window.
public interface IMainWindow
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
ActiveHiddenFormView
Gets the active hidden form view.
IHiddenFormView ActiveHiddenFormView { get; }
Property Value
OperationStatus
Gets the operation status.
IOperationStatus OperationStatus { get; }
Property Value
OutputWindow
Gets the output window.
IOutputWindow OutputWindow { get; }
Property Value
PickerUI
Gets the picker UI.
IPickerUI PickerUI { get; }
Property Value
PropertyGrid
Gets the property grid.
IPropertyGrid PropertyGrid { get; }
Property Value
StatusBar
Gets the status bar.
IStatusBar StatusBar { get; }
Property Value
SubEntityGridView
Gets the sub entity grid view.
ISubEntityGridView SubEntityGridView { get; }
Property Value
UpdateNavigator
Gets the update navigator.
IUpdateNavigator UpdateNavigator { get; }
Property Value
WorkView
Gets the work view.
IWorkView WorkView { get; }