Skip to main content
A newer version of this page is available. .

AccordionControlElementBase Members

The base class for elements in the AccordionControl.

Constructors

Name Description
AccordionControlElementBase() Initializes a new instance of the AccordionControlElementBase class.

Properties

Name Description
AccordionControl Gets the AccordionControl that owns the current element.
AllowGlyphSkinning Gets or sets whether or not this AccordionControlElement supports glyph skinning.
CanRaiseEvents protected 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.
ContentContainer Allows you to assign a custom control container to the element which will be displayed in an expandable area below the element’s header. This property is in effect for elements of the Item style (see AccordionControlElement.Style).
ContextButtons Provides access to the collection of context buttons displayed by this element.
DesignMode protected 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.
HeaderControl Gets or sets a custom control displayed in the element header.
HeaderControlToContextButtonsDistance Obsolete. Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons.
HeaderVisible Gets or sets whether the element’s header is visible.
Height Gets or sets the element header height.
Hint Gets or sets a regular tooltip for the current element.
Image Gets or sets the image displayed in the element header.
ImageIndex Gets or sets the index of the image (in the AccordionControl.Images collection) displayed in the element header.
ImageLayoutMode Gets or sets whether the header image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex) is resized and how this is performed.
ImageOptions Provides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase.
Images Returns the image collection assigned to the AccordionControl.Images property.
ImageUri Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement.
Name Gets or sets the name of this element.
OwnerElement Returns an AccordionControlElement that owns this element.
Site Gets or sets the ISite of the Component. Inherited from Component.
SuperTip Gets or sets a SuperToolTip for the current element.
Tag Gets or sets an object that contains custom data for the current element.
TagInternal 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.
TextPosition Obsolete. Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).
TextToImageDistance Obsolete. Gets or sets the distance between the text and image in the element’s header.
Visible Gets or sets whether the current element is visible.

Methods

Name Description
CreateObjRef(Type) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject.
Dispose() Releases all resources used by the Component. Inherited from Component.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLifetimeService() Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject.
GetService(Type) protected Returns an object that represents a service provided by the Component or by its Container. Inherited from Component.
GetType() Gets the Type of the current instance. Inherited from Object.
InitializeLifetimeService() Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protected Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetSuperTip() Removes the SuperToolTip object that has been assigned to the current element.
ToString() 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.
DragDrop This member supports the internal infrastructure, and is not intended to be used directly from your code.
EnabledChanged Fires after the element’s AccordionControlElementBase.Enabled property value has been changed.
VisibleChanged Fires when the AccordionControlElementBase.Visible property value is changed.
See Also