WidgetView Methods
A Widget View.Name | Description |
---|---|
ActivateDocument(Control) | Activates the document that displays the specified control. Inherited from BaseView. |
AddDocument(String, String) | Adds an empty Document with specified BaseDocument.Caption and BaseDocument.ControlName properties to the current View. Inherited from BaseView. |
AddDocument(Control, String) | Creates a Document that wraps the target control, and adds this new Document to the current BaseView. Inherited from BaseView. |
AddFloatDocument(Control, Point, Size) | Creates a floating document that hosts the target control, has the required size, and is displayed in the given location. Inherited from BaseView. |
AddFloatDocument(Control, Point) | Creates the floating document that hosts the target control and is displayed at the given position. Inherited from BaseView. |
AddFloatDocument(Control, String) | Creates a floating document that hosts the target control. Inherited from BaseView. |
AddFloatingDocumentsHost(BaseDocument) | Creates a documents host window that contains the specified document. This method is in effect in the DocumentsHost mode. Inherited from BaseView. |
AddFloatingDocumentsHost(BaseDocument[]) | Creates a floating documents host (container) that will contain the specific BaseDocument objects collection. Inherited from BaseView. |
AddFloatingDocumentsHost(Control) | Creates a documents host window that contains a newly created document wrapping the specified control. This method is in effect in the DocumentsHost mode. Inherited from BaseView. |
AddOrActivateDocument(Predicate<BaseDocument>, Func<Control>) | Activates an existing document that contains the specific control. If no such document was found, a new document is created and added to this View. Inherited from BaseView. |
BeginUpdate() | Locks the BaseComponent, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. Inherited from BaseComponent. |
BeginUpdateAnimation() | Locks the current layout and prevents it from playing document animation. |
CancelUpdate() | Unlocks the BaseComponent object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseComponent. |
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
EndUpdate() | Unlocks the BaseComponent object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseComponent. |
EndUpdateAnimation() | Unlocks this WidgetView and animates all changes executed to its layout. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
LayoutChanged() | Updates the element. Inherited from BaseComponent. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ReleaseDeferredLoadControl(BaseDocument, Boolean, Boolean) | Fires the BaseView.ControlReleasing event with the specified parameters for the specified document. Inherited from BaseView. |
ReleaseDeferredLoadControl(BaseDocument, Boolean) | Fires the BaseView.ControlReleasing event with the specified parameter for the specified document. Inherited from BaseView. |
ReleaseDeferredLoadControl(BaseDocument) | Disposes a specific deferred load Document within the current View. Inherited from BaseView. |
ReleaseDeferredLoadControls() | Disposes all deferred load Documents within the current view. Inherited from BaseView. |
ReleaseDeferredLoadControls(Boolean, Boolean) | Fires the BaseView.ControlReleasing event with the specified parameters for all documents with unreleased content in the current BaseView. Inherited from BaseView. |
ReleaseDeferredLoadControls(Boolean) | Fires the BaseView.ControlReleasing event with the specified parameter for all documents with unreleased content in the current BaseView. Inherited from BaseView. |
ReleaseDeferredLoadMaximizedControl(Document, Boolean, Boolean) | Raises the WidgetView.MaximizedControlReleasing event for the target document and sets its initial ControlReleasingEventArgs.KeepControl and ControlReleasingEventArgs.DisposeControl parameters. |
ReleaseDeferredLoadMaximizedControl(Document, Boolean) | Raises the WidgetView.MaximizedControlReleasing event for the target document and specifies whether its maximized control should be retained. |
ReleaseDeferredLoadMaximizedControl(Document) | Raises the WidgetView.MaximizedControlReleasing event with default parameters for the target document. |
ReleaseDeferredLoadMaximizedControls() | Raises the WidgetView.MaximizedControlReleasing event for all deferred WidgetView documents. |
ReleaseDeferredLoadMaximizedControls(Boolean, Boolean) | Raises the WidgetView.MaximizedControlReleasing event for all deferred WidgetView documents and sets the initial ControlReleasingEventArgs.KeepControl and ControlReleasingEventArgs.DisposeControl parameter values for this event. |
ReleaseDeferredLoadMaximizedControls(Boolean) | Raises the WidgetView.MaximizedControlReleasing event for all deferred WidgetView documents and sets the initial ControlReleasingEventArgs.KeepControl parameter for this event. |
RemoveDocument(Control) | Removes a document whose BaseDocument.Control property’s value matches the specified control object. Inherited from BaseView. |
ResetDocumentAnimationProperties() | Resets all properties stored within the WidgetView.DocumentAnimationProperties section to their default values. |
ResetFlowLayoutProperties() | Resets all properties stored within the WidgetView.FlowLayoutProperties section to their default values. |
ResetFreeLayoutProperties() | Resets all properties from the WidgetView.FreeLayoutProperties section to their default values. |
RestoreLayoutFromRegistry(String) | Restores the layout from a specific registry key. Inherited from BaseView. |
RestoreLayoutFromStream(Stream, Boolean) | Restores the layout from a stream that contains data in a specific format. Inherited from BaseView. |
RestoreLayoutFromStream(Stream) | Restores the layout from a stream that contains data in binary format. Inherited from BaseView. |
RestoreLayoutFromXml(Stream) | Restores the layout from a specific stream that contains data in XML format. Inherited from BaseView. |
RestoreLayoutFromXml(String) | Restores the layout from a specific XML file. Inherited from BaseView. |
ResumeLayout() | Unlocks the WidgetView layout and makes it reflect all previously applied changes. |
SaveLayoutToRegistry(String) | Saves the layout in the system registry. Inherited from BaseView. |
SaveLayoutToStream(Stream, Boolean) | Saves the layout in a specific stream in binary format. Inherited from BaseView. |
SaveLayoutToStream(Stream) | Saves the layout in a specific stream in binary format. Inherited from BaseView. |
SaveLayoutToXml(Stream) | Saves the layout in a specific stream in XML format. Inherited from BaseView. |
SaveLayoutToXml(String) | Saves the layout in a specific file in XML format. Inherited from BaseView. |
ScrollToActiveDocument(Document) | Scrolls this WidgetView up or down to the target document. |
ShouldSerializeDocumentAnimationProperties() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
ShouldSerializeFlowLayoutProperties() | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
ShouldSerializeFreeLayoutProperties() | Checks whether or not settings related to Free Layout Mode should be serialized. |
SuspendLayout() | Freezes the current WidgetView layout. |
ToString() | Gets the text representation of the BaseView object. Inherited from BaseView. |
See Also