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 |
---|
System.Int32 |
MaxLine
Gets or sets the maximum line number.
Declaration
int MaxLine { get; set; }
Property Value
Type |
---|
System.Int32 |
MinLine
Gets or sets the minimum line number.
Declaration
int MinLine { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
ShowDialog()
Displays the form in dialog mode.
Declaration
DialogResult ShowDialog()
Returns
Type |
---|
System.Windows.Forms.DialogResult |