DocumentList Methods

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The DocumentList type exposes the following members.

Methods

  Name Description
Public methodSupported by the .NET Compact Framework BeginInvoke Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodSupported by the .NET Compact Framework BringToFront Brings the control to the front of the z-order. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework CreateControlsInstance Creates a new instance of the control collection for the control. (Inherited from Control.)
Public method CreateGraphics Creates the Graphics for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework Dispose Overloaded. Releases the resources used by the Component.
Public methodSupported by the .NET Compact Framework EndInvoke Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.)
Public methodSupported by the .NET Compact Framework Focus Sets input focus to the control. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework GetScaledBounds Retrieves the bounds within which the control is scaled. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework Hide Conceals the control from the user. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework Invalidate Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Public methodSupported by the .NET Compact Framework Invoke Overloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework OnBindingContextChanged Raises the BindingContextChanged event. (Inherited from Control.)
Protected method OnClick Raises the Click event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnDeletingDocument Raises the DeletingDocument event.
Protected methodSupported by the .NET Compact Framework OnDocumentActivated Raises the DocumentActivated event.
Protected methodSupported by the .NET Compact Framework OnDoubleClick Raises the DoubleClick event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnEnabledChanged Raises the EnabledChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnGotFocus Raises the GotFocus event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnHandleCreated Raises the HandleCreated event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnHandleDestroyed Raises the HandleDestroyed event. (Inherited from Control.)
Protected method OnHelpRequested Raises the HelpRequested event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnKeyDown Raises the KeyDown event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnKeyPress Raises the KeyPress event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnKeyUp Raises the KeyUp event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnLostFocus Raises the LostFocus event. (Inherited from Control.)
Protected method OnMouseDown Raises the MouseDown event. (Inherited from Control.)
Protected method OnMouseMove Raises the MouseMove event. (Inherited from Control.)
Protected method OnMouseUp Raises the MouseUp event. (Inherited from Control.)
Protected method OnPaint Raises the Paint event. (Inherited from Control.)
Protected method OnPaintBackground Paints the background of the control. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnParentChanged Raises the ParentChanged event. (Inherited from Control.)
Protected method OnResize Raises the Resize event. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework OnSelectedDirectoryChanged Raises the SelectedDirectoryChanged event.
Protected methodSupported by the .NET Compact Framework OnTextChanged Raises the TextChanged event. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework PointToClient Computes the location of the specified screen point into client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework PointToScreen Computes the location of the specified client point into screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework ResumeLayout Overloaded. Resumes the usual layout logic.
Public methodSupported by the .NET Compact Framework Scale Scales the control and all child controls by the specified scaling factor. (Inherited from Control.)
Protected methodSupported by the .NET Compact Framework ScaleControl Scales a control's location, size, padding and margin. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework SelectNextControl Activates the next control. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework SendToBack Sends the control to the back of the z-order. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework Show Displays the control to the user. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework SuspendLayout Temporarily suspends the layout logic for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework Update Causes the control to redraw the invalidated regions within its client area. (Inherited from Control.)

Top

See Also

Reference

DocumentList Class

Microsoft.WindowsCE.Forms Namespace