Version

MenuStyle Property

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

Property Value

A MenuStyle object representing the styles of all dialogs.
Remarks

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

If you want one (or many) menus to have a different style than the rest, you can set the style properties on the menu 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