[]
        
(Showing Draft Content)

FarPoint.Web.Spread.CreateButtonEventArgs

CreateButtonEventArgs Class

Represents the event data for a CreateButton event.

Inheritance
CreateButtonEventArgs
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class CreateButtonEventArgs : EventArgs
Public Class CreateButtonEventArgs
    Inherits EventArgs

Constructors

Name Description
CreateButtonEventArgs(string, string, bool)

Creates a new object with the CreateButton event arguments.

Properties

Name Description
Command

Gets the name of the command to perform.

Disabled

Gets whether the command button is unavailable.

DisabledImgUrl

Gets or sets the URL of the image to display in the command button if the button is unavailable.

EnabledImgUrl

Gets or sets the URL of the image to display in the command button if the button is active.

Label

Gets or sets the text that displays in the command button.

Visible

Gets or sets whether the button should be displayed.