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

BaseControl Class

Implements the functionality common for all controls in the library.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[SmartTagSupport(typeof(BaseControlBoundsProvider), SmartTagSupportAttribute.SmartTagCreationMode.Auto)]
[SmartTagFilter(typeof(ControlFilter))]
[SmartTagAction(typeof(ControlActions), "DockInParentContainer", "Dock in parent container", SmartTagActionType.CloseAfterExecute)]
[SmartTagAction(typeof(ControlActions), "UndockFromParentContainer", "Undock from parent container", SmartTagActionType.CloseAfterExecute)]
public abstract class BaseControl :
    ControlBase,
    IDXFocusController,
    IToolTipControlClient,
    ISupportLookAndFeel,
    ISupportStyleController,
    IXtraResizableControl,
    ISupportXtraAnimation,
    ISupportToolTipsForm,
    ISupportDXSkinColorsEx,
    ISupportDXSkinColors

Remarks

When developing applications using DevExpress controls, you can customize the appearance and hint options for controls using a common mechanism. A more important thing is that you can provide centralized control over these settings. You change a single property to affect the appearance or hint settings of all controls at once. The DefaultLookAndFeel, ToolTipController and StyleController components are provided for this purpose. These components allow you to specify paint style settings, hint settings and appearance settings of controls respectively. The BaseControl class implements functionality allowing you to specify such settings for individual controls and to bind controls to components so they are centrally controlled. Refer to the BaseControl.LookAndFeel, BaseControl.ToolTipController and BaseControl.StyleController properties description for details.

Inheritance

Show 107 items
Object
MarshalByRefObject
Component
Control
ControlBase
BaseControl
See Also