MainWindow.AddEditToolbarIcon

Adds a fontawesome icon to the editor toolbar (or any toolbar you specify explicitly). Specify the FontAwesome Icon image name (FontAwesome.Wpf proper Case Syntax)

public void AddEditToolbarIcon(string iconName,
	string markdownActionCommand,
	ToolBar toolbar,
	ICommand command)

Parameters

iconName
FontAwesome.WPF Icon name (proper case name)

markdownActionCommand
string action from MarkupMarkdow() implementation or wrap with html|tag

toolbar

command

Overloads:


See also:

Class MainWindow

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic