Version

TextEditorRoles Enumeration

Roles defined for the ig_textEditor.css file.
Syntax
'Declaration
 
Public Enum TextEditorRoles 
   Inherits System.Enum
public enum TextEditorRoles : System.Enum 
Members
MemberDescription
ButtonDisabledCss for disable button.
ButtonFocusCss for button when control has focus.
ButtonHoverCss for button when it has mouse.
ButtonImgCss for IMG element used by spin and custom buttons. It has no effect if button shows text.
ButtonNormalCss for buttons.
ButtonPressedCss for button when it is pressed.
ButtonSizeCss for width and height of buttons.
ControlFocusCss for control when it has focus.
ControlHoverCss for control when mouse is moved over it.
ControlMultilineCss for control with enabled multiline.
ControlWithButtonsCss for control with buttons.
ControlWithoutButtonsCss for control without buttons.
EditInContainerCss for edit field when buttons are enabled.
InnerCss for inner part of control with buttons.
InnerFocusCss for inner part of control when it has focus.
InnerHoverCss for inner part of control when mouse is moved over control.
NullTextCss for INPUT which is used when control has no Value, no focus and NullText is set.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also