Version

DropDownStyle Property (WebHtmlEditor)

Gets a Style object representing the style that will be applied to all ToolbarDropDown controls used by the WebHtmlEditor.
Syntax
'Declaration
 
Public ReadOnly Property DropDownStyle As HighlightStyle
public HighlightStyle DropDownStyle {get;}

Property Value

A Style object representing the styles of all dialogs.
Remarks

Use this object to globally apply styles to all dropdowns at once. For example, setting Style.BackColor to Color.Blue will cause all of the dropdowns to have a blue background.

If you want one (or many) dropdowns to have a different style than the rest, you can set the style properties on the dropdown level instead of using this global style mechanism.

For default values of this property, see the WebHtmlEditor constructor topic.

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