Back to Devexpress

AccordionControlElementBase Members

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolelementbase-dot-underscore-members.md

latest15.7 KB
Original Source

AccordionControlElementBase Members

The base class for elements in the AccordionControl.

Constructors

NameDescription
AccordionControlElementBase()Initializes a new instance of the AccordionControlElementBase class.

Properties

NameDescription
AccessibleDescriptionGets or sets the object’s description used by accessibility client applications.
AccessibleNameGets or sets the object’s name used by accessibility client applications.
AccessibleRoleGets or sets the object’s accessible role.
AccordionControlGets the AccordionControl that owns the current element.
AllowGlyphSkinningGets or sets whether or not this AccordionControlElement supports glyph skinning.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContentContainerAllows 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 ContentContainer property is in effect for elements of the Item style (see AccordionControlElement.Style).
ContextButtonsProvides access to context buttons displayed in this navigation element.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
EnabledGets or sets whether the element is enabled.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
ExpandedGets or sets whether the element is expanded.
HeaderControlGets or sets a custom control displayed in the element header.
HeaderControlToContextButtonsDistanceObsolete. Gets or sets the distance between the AccordionControlElementBase.HeaderControl and context buttons. Use the HeaderIndent property instead.
HeaderVisibleGets or sets whether the element’s header is visible.
HeightGets or sets the minimum header height.
HintGets or sets a regular tooltip displayed when the mouse pointer hovers this element.
ImageGets or sets the image displayed in the element header.
ImageIndexGets or sets the index of the image (in the AccordionControl.Images collection) displayed in the element header.
ImageLayoutModeGets or sets whether the header image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex) is resized and how this is performed.
ImageOptionsProvides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase.
ImagesReturns the image collection assigned to the AccordionControl.Images property.
ImageUriGets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current AccordionControlElement.
NameGets or sets the name of this element.
OwnerElementReturns an AccordionControlElement that owns this element.
SiteGets or sets the ISite of the Component. Inherited from Component.
SuperTipGets or sets a super tooltip displayed when the mouse pointer hovers this element.
TagGets or sets an object that contains custom data for the current element.
TagInternalThis member supports the internal infrastructure, and is not intended to be used directly from your code.
TextGets or sets the text displayed in the element header.
TextPositionObsolete. Gets or sets the position of the AccordionControlElementBase.Text relative to the image (AccordionControlElementBase.Image or AccordionControlElementBase.ImageIndex).
TextToImageDistanceObsolete. Gets or sets the distance between the text and image in the element’s header. Use the HeaderIndent property instead.
VisibleGets or sets whether the current element is visible.

Methods

NameDescription
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) staticDetermines 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) protectedReturns 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
ClickFires when the element is clicked.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
DragDropThis member supports the internal infrastructure, and is not intended to be used directly from your code.
EnabledChangedFires after the element’s AccordionControlElementBase.Enabled property value has been changed.
VisibleChangedFires when the AccordionControlElementBase.Visible property value is changed.

See Also

AccordionControlElementBase Class

DevExpress.XtraBars.Navigation Namespace