DocumentList Members
Represents a Pocket PC control for displaying and managing documents in a consistent way.
The following tables list the members exposed by the DocumentList type.
Public Constructors
Name | Description | |
---|---|---|
DocumentList | Initializes a new instance of the DocumentList class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Anchor | Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (inherited from Control) | |
BackColor | Gets or sets the background color for the control.(inherited from Control) | |
BindingContext | Gets or sets the BindingContext for the control.(inherited from Control) | |
Bottom | Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area.(inherited from Control) | |
Bounds | Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control.(inherited from Control) | |
Capture | Gets or sets a value indicating whether the control has captured the mouse.(inherited from Control) | |
ClientRectangle | Gets the rectangle that represents the client area of the control.(inherited from Control) | |
ClientSize | Gets or sets the height and width of the client area of the control.(inherited from Control) | |
ContextMenu | Gets or sets the shortcut menu associated with the control.(inherited from Control) | |
Controls | Gets the collection of controls contained within the control.(inherited from Control) | |
DataBindings | Gets the data bindings for the control.(inherited from Control) | |
Dock | Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent.(inherited from Control) | |
Enabled | Gets or sets a value indicating whether the control can respond to user interaction.(inherited from Control) | |
Filter | Gets or sets a file filtering specification. | |
FilterIndex | Gets or sets the current filter index. | |
Focused | Gets a value indicating whether the control has input focus.(inherited from Control) | |
Font | Gets or sets the font of the text displayed by the control.(inherited from Control) | |
ForeColor | Gets or sets the foreground color of the control.(inherited from Control) | |
Handle | Gets the window handle that the control is bound to.(inherited from Control) | |
Height | Gets or sets the height of the control.(inherited from Control) | |
InvokeRequired | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.(inherited from Control) | |
Left | Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.(inherited from Control) | |
Location | Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.(inherited from Control) | |
MouseButtons | Gets a value indicating which of the mouse buttons is in a pressed state.(inherited from Control) | |
MousePosition | Gets the position of the mouse cursor in screen coordinates.(inherited from Control) | |
Name | Gets or sets the name of the control.(inherited from Control) | |
Parent | Gets or sets the parent container of the control.(inherited from Control) | |
Right | Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area.(inherited from Control) | |
SelectedDirectory | Gets or sets the folder to display. | |
Site | Gets or sets the ISite of the Component.(inherited from Component) | |
Size | Gets or sets the height and width of the control.(inherited from Control) | |
TabIndex | Gets or sets the tab order of the control within its container.(inherited from Control) | |
TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key.(inherited from Control) | |
Tag | Gets or sets the object that contains data about the control.(inherited from Control) | |
Text | Gets or sets the text associated with this control.(inherited from Control) | |
Top | Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area.(inherited from Control) | |
TopLevelControl | Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in.(inherited from Control) | |
Visible | Gets or sets a value indicating whether the control and all its parent controls are displayed.(inherited from Control) | |
Width | Gets or sets the width of the control.(inherited from Control) |
Top
Protected Properties
Name | Description | |
---|---|---|
Events | Gets the list of event handlers that are attached to this Component.(inherited from Component) | |
ScaleChildren | Gets a value that determines the scaling of child controls. (inherited from Control) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
BeginInvoke | Overloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. (inherited from Control) | |
BringToFront | Brings the control to the front of the z-order. (inherited from Control) | |
CreateGraphics | Creates the Graphics for the control. (inherited from Control) | |
Dispose | Overloaded. Releases all resources used by the Control. (inherited from Control) | |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (inherited from Control) | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
Focus | Sets input focus to the control. (inherited from Control) | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
Hide | Conceals the control from the user. (inherited from Control) | |
Invalidate | Overloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control. (inherited from Control) | |
Invoke | Overloaded. Executes a delegate on the thread that owns the control's underlying window handle. (inherited from Control) | |
PointToClient | Computes the location of the specified screen point into client coordinates. (inherited from Control) | |
PointToScreen | Computes the location of the specified client point into screen coordinates. (inherited from Control) | |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (inherited from Control) | |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (inherited from Control) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (inherited from Control) | |
ResumeLayout | Overloaded. Resumes the usual layout logic. (inherited from Control) | |
Scale | Scales the control and all child controls by the specified scaling factor. (inherited from Control) | |
SelectNextControl | Activates the next control. (inherited from Control) | |
SendToBack | Sends the control to the back of the z-order. (inherited from Control) | |
Show | Displays the control to the user. (inherited from Control) | |
SuspendLayout | Temporarily suspends the layout logic for the control. (inherited from Control) | |
ToString | Returns a String that represents the current Object. (inherited from Object) | |
Update | Causes the control to redraw the invalidated regions within its client area. (inherited from Control) |
Top
Protected Methods
Name | Description | |
---|---|---|
CreateControlsInstance | Creates a new instance of the control collection for the control. (inherited from Control) | |
Dispose | Overloaded. Releases all resources used by the Control. (inherited from Control) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component) | |
GetScaledBounds | Retrieves the bounds within which the control is scaled. (inherited from Control) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) | |
OnBindingContextChanged | Raises the BindingContextChanged event. (inherited from Control) | |
OnClick | Raises the Click event. (inherited from Control) | |
OnDeletingDocument | Raises the DeletingDocument event. | |
OnDocumentActivated | Raises the DocumentActivated event. | |
OnDoubleClick | Raises the DoubleClick event. (inherited from Control) | |
OnEnabledChanged | Raises the EnabledChanged event. (inherited from Control) | |
OnGotFocus | Raises the GotFocus event. (inherited from Control) | |
OnHandleCreated | Raises the HandleCreated event. (inherited from Control) | |
OnHandleDestroyed | Raises the HandleDestroyed event. (inherited from Control) | |
OnHelpRequested | Raises the HelpRequested event. (inherited from Control) | |
OnKeyDown | Raises the KeyDown event. (inherited from Control) | |
OnKeyPress | Raises the KeyPress event. (inherited from Control) | |
OnKeyUp | Raises the KeyUp event. (inherited from Control) | |
OnLostFocus | Raises the LostFocus event. (inherited from Control) | |
OnMouseDown | Raises the MouseDown event. (inherited from Control) | |
OnMouseMove | Raises the MouseMove event. (inherited from Control) | |
OnMouseUp | Raises the MouseUp event. (inherited from Control) | |
OnPaint | Raises the Paint event. (inherited from Control) | |
OnPaintBackground | Paints the background of the control. (inherited from Control) | |
OnParentChanged | Raises the ParentChanged event. (inherited from Control) | |
OnResize | Raises the Resize event. (inherited from Control) | |
OnSelectedDirectoryChanged | Raises the SelectedDirectoryChanged event. | |
OnTextChanged | Raises the TextChanged event. (inherited from Control) | |
ScaleControl | Scales a control's location, size, padding and margin. (inherited from Control) |
Top
Public Events
Name | Description | |
---|---|---|
Click | Occurs when the control is clicked.(inherited from Control) | |
DeletingDocument | Occurs when a file is deleted in a DocumentList control. | |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (inherited from Component) | |
DocumentActivated | Occurs when a file is selected in a DocumentList control. | |
DoubleClick | Occurs when the control is double-clicked.(inherited from Control) | |
EnabledChanged | Occurs when the Enabled property value has changed.(inherited from Control) | |
GotFocus | Occurs when the control receives focus.(inherited from Control) | |
HandleCreated | Occurs when a handle is created for the control.(inherited from Control) | |
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed.(inherited from Control) | |
HelpRequested | Occurs when the user requests help for a control.(inherited from Control) | |
KeyDown | Occurs when a key is pressed while the control has focus.(inherited from Control) | |
KeyPress | Occurs when a key is pressed while the control has focus.(inherited from Control) | |
KeyUp | Occurs when a key is released while the control has focus.(inherited from Control) | |
LostFocus | Occurs when the control loses focus.(inherited from Control) | |
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed.(inherited from Control) | |
MouseMove | Occurs when the mouse pointer is moved over the control.(inherited from Control) | |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released.(inherited from Control) | |
Paint | Occurs when the control is redrawn.(inherited from Control) | |
ParentChanged | Occurs when the Parent property value changes.(inherited from Control) | |
Resize | Occurs when the control is resized.(inherited from Control) | |
SelectedDirectoryChanged | Occurs when a folder is selected in a DocumentList control. | |
TextChanged | Occurs when the Text property value changes.(inherited from Control) | |
Validated | Occurs when the control is finished validating.(inherited from Control) | |
Validating | Occurs when the control is validating.(inherited from Control) |
Top
See Also
Reference
DocumentList Class
Microsoft.WindowsCE.Forms Namespace