DocumentList Properties

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.

Properties

  Name Description
Public propertySupported by the .NET Compact Framework 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.)
Public property BackColor Gets or sets the background color for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework BindingContext Gets or sets the BindingContext for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework Capture Gets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework ClientRectangle Gets the rectangle that represents the client area of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework ClientSize Gets or sets the height and width of the client area of the control. (Inherited from Control.)
Public property ContextMenu Gets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public property Controls Gets the collection of controls contained within the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework DataBindings Gets the data bindings for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework Enabled Gets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control.)
Protected propertySupported by the .NET Compact Framework Events Gets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact Framework Filter Gets or sets a file filtering specification.
Public propertySupported by the .NET Compact Framework FilterIndex Gets or sets the current filter index.
Public propertySupported by the .NET Compact Framework Focused Gets a value indicating whether the control has input focus. (Inherited from Control.)
Public property Font Gets or sets the font of the text displayed by the control. (Inherited from Control.)
Public property ForeColor Gets or sets the foreground color of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework Handle Gets the window handle that the control is bound to. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework Height Gets or sets the height of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework IsDisposed Gets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework Name Gets or sets the name of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework Parent Gets or sets the parent container of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Protected propertySupported by the .NET Compact Framework ScaleChildren Gets a value that determines the scaling of child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework SelectedDirectory Gets or sets the folder to display.
Public propertySupported by the .NET Compact Framework Site Gets or sets the ISite of the Component. (Inherited from Component.)
Public propertySupported by the .NET Compact Framework Size Gets or sets the height and width of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework TabIndex Gets or sets the tab order of the control within its container. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework Tag Gets or sets the object that contains data about the control. (Inherited from Control.)
Public property Text Gets or sets the text associated with this control. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework 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.)
Public propertySupported by the .NET Compact Framework Visible Gets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public propertySupported by the .NET Compact Framework Width Gets or sets the width of the control. (Inherited from Control.)

Top

See Also

Reference

DocumentList Class

Microsoft.WindowsCE.Forms Namespace