About()
static
|
Activates the DocumentManager‘s About dialog box.
|
BeginUpdate()
|
Locks the BaseComponent, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called.
|
CalcHitInfo(Point)
|
Returns information on an object located at the specified position.
|
CancelUpdate()
|
Unlocks the BaseComponent object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
ClientToScreen(Point)
|
Converts client coordinates to screen coordinates.
|
CreateObjRef(Type)
|
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
|
CreateView(ViewType)
|
Creates a BaseView object for the current DocumentManager.
|
Dispose()
|
Releases all resources used by the Component.
|
EndUpdate()
|
Unlocks the BaseComponent object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
ForceInitialize()
|
Forces the control to finish its initialization.
|
FromControl(Control)
static
|
Gets the DocumentManager associated with the specified control or any of the control’s parents.
|
GetDocument(Control)
|
Returns a document that displays the specified control/dock panel/form.
|
GetHashCode()
|
Serves as the default hash function.
|
GetLifetimeService()
|
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
|
GetService(Type)
protected
|
Returns an object that represents a service provided by the Component or by its Container.
|
GetType()
|
Gets the Type of the current instance.
|
InitializeLifetimeService()
|
Obtains a lifetime service object to control the lifetime policy for this instance.
|
Invalidate()
|
Invalidates the region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager.
|
Invalidate(Rectangle)
|
Invalidates the specified region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager.
|
IsReadyToPerformUIOperations()
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
|
LayoutChanged()
|
Updates the element.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MemberwiseClone(Boolean)
protected
|
Creates a shallow copy of the current MarshalByRefObject object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ReplaceOwnerForm()
|
Call this method to change the DocumentManager parent form.
|
ScreenToClient(Point)
|
Converts the screen coordinates of a specified point on the screen to client-area coordinates.
|
ToString()
|
Returns a String containing the name of the Component, if any. This method should not be overridden.
|
Update()
|
Invalidates the region occupied by the current DocumentManager.
|