CommandBindMenuItem(ToolStripMenuItem) Method

Used to bind between the Command and a menuItem.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void BindMenuItem(
	ToolStripMenuItem menuItem
)

Parameters

menuItem  ToolStripMenuItem
 

Remarks

This method binds the Key shortcut and the menuItem Enabled property

See Also