Version

CreateOneNoteMxColorTool Method

Create a new RadialMenuColorTool and a compete set of categories and descendent color well tools to duplicate the color tool in OneNoteMx.
Syntax
'Declaration
 
Public Shared Function CreateOneNoteMxColorTool( _
   ByVal key As String, _
   ByVal colorCategories As OneNoteMxColorCategories _
) As RadialMenuTool
public static RadialMenuTool CreateOneNoteMxColorTool( 
   string key,
   OneNoteMxColorCategories colorCategories
)

Parameters

key
The Key of the newly created root color tool
colorCategories
A flagged enumeration which specifies which color categories to create. By default, all three categories will be created (Fill, Font, and Highlight).

Return Value

The newly-created color tool.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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