menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGotoDialogForm - API Reference

    Show / Hide Table of Contents

    Interface IGotoDialogForm

    Provides the functionality for Goto dialog form.

    Namespace: Syncfusion.Windows.Forms.Edit.Interfaces
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public interface IGotoDialogForm

    Properties

    LineNumber

    Gets the line number.

    Declaration
    int LineNumber { get; }
    Property Value
    Type Description
    System.Int32

    MaxLine

    Gets or sets the maximum line number.

    Declaration
    int MaxLine { get; set; }
    Property Value
    Type Description
    System.Int32

    MinLine

    Gets or sets the minimum line number.

    Declaration
    int MinLine { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    ShowDialog()

    Displays the form in dialog mode.

    Declaration
    DialogResult ShowDialog()
    Returns
    Type Description
    System.Windows.Forms.DialogResult
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved