Back to Devexpress

HtmlEditorStatusBarTabStyle Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-8020d7a7.md

latest3.0 KB
Original Source

HtmlEditorStatusBarTabStyle Class

Defines style settings for tabs displayed within the status bar.

Namespace : DevExpress.Web.ASPxHtmlEditor

Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class HtmlEditorStatusBarTabStyle :
    TabStyle
vb
Public Class HtmlEditorStatusBarTabStyle
    Inherits TabStyle

The following members return HtmlEditorStatusBarTabStyle objects:

Remarks

The HtmlEditorStatusBarTabStyle class contains settings that define the appearance of tabs within the ASPxHtmlEditor control’s status bar.

An object of the HtmlEditorStatusBarTabStyle type can be accessed via the HtmlEditorStatusBarStyles.Tab and HtmlEditorStatusBarStyles.ActiveTab properties.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle TabStyle HtmlEditorStatusBarTabStyle

See Also

HtmlEditorStatusBarTabStyle Members

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace