Table of Contents
TabButtonStyles Property

Gets or sets the style to be applied to the Design/HTML/Preview tab button.

Syntax
 public EditorTabButtonStyles TabButtonStyles { get; }
Remarks

The editor can switch between three views: Design, HTML and Preview. By default, three tab buttons are displayed in the footer area for switching views. This property specifies the default styles for these tab buttons.

Styles set by this property can be overriden by DesignTabButtonStyles, HtmlTabButtonStyles and PreviewTabButtonStyles, each for Design, HTML and Preview tab button respectively.

See Also