Common Application Framework

RootToolsCollection.AddFontListTool Method (String, String, Image, String)

Create and add a new FontListTool object in the RootToolsCollection

public abstract FontListTool AddFontListTool(
   string key,
   string text,
   Image image,
   string commandId
);

Parameters

key
Unique key in the RootToolsCollection.
text
Caption for the tool.
image
Icon for the tool.
commandId
Identifier of command which the tool is associated with.

Return Value

See Also

RootToolsCollection Class | Aveva.ApplicationFramework.Presentation Namespace | RootToolsCollection.AddFontListTool Overload List