Search
Command Constructor
See Also
 





Initializes a new instance of the Command class.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected Command (
    string title
)

Visual Basic  Copy Code

Protected New ( _
    title As String _
)

 Parameters

title

 See Also