Search Results for

    Show / Hide Table of Contents

    Class InsertCommand

    Represents the "Insert" command.

    Inheritance
    System.Object
    DesignerCommand
    InsertCommand
    Inherited Members
    DesignerCommand.Enabled
    DesignerCommand.CustomAction
    DesignerCommand.Invoke()
    DesignerCommand.Invoke(Object, EventArgs)
    Namespace: FastReport.Design
    Assembly: FastReport.dll
    Syntax
    public class InsertCommand : DesignerCommand
    Remarks

    This command has no default action associated with it. Check the Enabled property to see if the insert operation is enabled.

    Methods

    GetEnabled()

    Gets a value for the Enabled property.

    Declaration
    protected override bool GetEnabled()
    Returns
    Type Description
    System.Boolean

    true if command is enabled.

    Overrides
    DesignerCommand.GetEnabled()
    Back to top © 1998-2025 Copyright Fast Reports Inc.