AccordionControlElementBase Members
In This Article
#Constructors
Name | Description |
---|---|
Accordion |
Initializes a new instance of the Accordion |
#Properties
Name | Description |
---|---|
Accessible |
Gets or sets the object’s description used by accessibility client applications. |
Accessible |
Gets or sets the object’s name used by accessibility client applications. |
Accessible |
Gets or sets the object’s accessible role. |
Accordion |
Gets the Accordion |
Allow |
Gets or sets whether or not this Accordion |
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Content |
Allows you to assign a custom control container to the element. The control container is displayed in an expandable area below the element’s header. The Content |
Context |
Provides access to context buttons displayed in this navigation element. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Enabled | Gets or sets whether the element is enabled. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Expanded | Gets or sets whether the element is expanded. |
Header |
Gets or sets a custom control displayed in the element header. |
Header |
Obsolete. Gets or sets the distance between the Accordion |
Header |
Gets or sets whether the element’s header is visible. |
Height | Gets or sets the minimum header height. |
Hint | Gets or sets a regular tooltip displayed when the mouse pointer hovers this element. |
Image | Gets or sets the image displayed in the element header. |
Image |
Gets or sets the index of the image (in the Accordion |
Image |
Gets or sets whether the header image (Accordion |
Image |
Provides access to all properties that allow you to assign and customize an icon for this Accordion |
Images |
Returns the image collection assigned to the Accordion |
Image |
Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current Accordion |
Name | Gets or sets the name of this element. |
Owner |
Returns an Accordion |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
Super |
Gets or sets a super tooltip displayed when the mouse pointer hovers this element. |
Tag | Gets or sets an object that contains custom data for the current element. |
Tag |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Text | Gets or sets the text displayed in the element header. |
Text |
Obsolete. Gets or sets the position of the Accordion |
Text |
Obsolete. Gets or sets the distance between the text and image in the element’s header. Use the Header |
Visible | Gets or sets whether the current element is visible. |
#Methods
Name | Description |
---|---|
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. |
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 |
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 |
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 |
Removes the Super |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Click | Fires when the element is clicked. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Drag |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Enabled |
Fires after the element’s Accordion |
Visible |
Fires when the Accordion |
See Also