Document Members
In This Article
#Constructors
Name | Description |
---|---|
Document() | Initializes a new instance of the Document class. |
Document |
Initializes a new instance of the Document class with the specified properties. |
Document |
Initializes a new instance of the Document class with the specified container. |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications.
Inherited from Base |
Accessible |
Gets or sets the object’s name used by accessibility client applications.
Inherited from Base |
Accessible |
Gets or sets the object’s accessible role.
Inherited from Base |
Actual |
Returns the currently displayed document image.
Inherited from Base |
Allow |
Gets or sets whether this individual document should blend its caption fore color. |
Appearance |
Specifies the appearance settings, applied to this document’s caption when the document is active. |
Appearance |
Provides access to the appearance settings applied to this Document‘s caption while this document remains inactive. |
Bounds | Gets the bounding rectangle of the area occupied by the current Document. |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Caption |
Gets or sets the document’s caption.
Inherited from Base |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Control |
Gets the control displayed within the current document.
Inherited from Base |
Control |
Gets or sets the name of a control that will be passed to the current Document as content.
Inherited from Base |
Control |
Gets or sets the type of a control passed to the document as content.
Inherited from Base |
Control |
Gets or sets the type of a control that will be passed to the current Document as content.
Inherited from Base |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Float |
Gets or sets the current Base |
Float |
Gets or sets the size that the current Base |
Footer |
Gets or sets the current document‘s footer.
Inherited from Base |
Form |
Gets the form that displays the document’s contents when the document is floating.
Inherited from Base |
Header |
Gets or sets the current document‘s header.
Inherited from Base |
Image |
Gets or sets the image associated with the current document. This property is obsolete. Use the Base property instead.
Inherited from Base |
Image |
Gets or sets the index of an image within the DocumentBase property instead.
Inherited from Base |
Image |
Provides access to properties that allow you to set up raster and vector images for this document.
Inherited from Base |
Image |
Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseBase property instead.
Inherited from Base |
Is |
Gets whether the document is active.
Inherited from Base |
Is |
Gets if the current Base |
Is |
Gets whether the Base |
Is |
Gets if the current document displays a Dock |
Is |
Gets whether the document is enabled.
Inherited from Base |
Is |
Gets whether the document is floating.
Inherited from Base |
Is |
Indicates whether or not the Base |
Is |
Returns whether or not the Base |
Is |
Gets whether the current Document is maximized. |
Is |
Returns whether or not this Base |
Is |
Inherited from Base |
Is |
Gets whether the document is visible.
Inherited from Base |
Manager |
Gets a Document |
Properties | Provides access to the current document’s properties. |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Tag |
Gets or sets an object that contains data on the current Base |
#Methods
Name | Description |
---|---|
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Base |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Layout |
Updates the element.
Inherited from Base |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset |
Resets settings of the Base |
Should |
Returns whether settings of the Base |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also