[]
        
(Showing Draft Content)

FarPoint.Web.Spread.MenuItem.-ctor

MenuItem Constructor

MenuItem(string, string, string)

Initializes a new instance of the MenuItem class.

Declaration
public MenuItem(string text, string commandName, string commandArgument)
Public Sub New(text As String, commandName As String, commandArgument As String)
Parameters
Type Name Description
string text

The text.

string commandName

Name of the command.

string commandArgument

The command argument.

MenuItem()

Initializes a new instance of the MenuItem class.

Declaration
public MenuItem()
Public Sub New()

MenuItem(string)

Initializes a new instance of the MenuItem class.

Declaration
public MenuItem(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The text.