[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CreateButtonEventArgs.-ctor

CreateButtonEventArgs Constructor

CreateButtonEventArgs(string, string, bool)

Creates a new object with the CreateButton event arguments.

Declaration
public CreateButtonEventArgs(string label, string command, bool disabled)
Public Sub New(label As String, command As String, disabled As Boolean)
Parameters
Type Name Description
string label

Text that displays in the command button as the label

string command

Command to perform

bool disabled

Whether the command button is unavailable