Class FrmGoDialog
Represents a window or dialog box which is used to position the mouse pointer on any specified line that the user wish to go.
Inheritance
Implements
Namespace: Syncfusion.Windows.Forms.Edit.Dialogs
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class FrmGoDialog : Form, IGotoDialogForm
Constructors
FrmGoDialog()
Initializes a new instance of the FrmGoDialog class.
Declaration
public FrmGoDialog()
FrmGoDialog(Form)
Initializes a new instance of the FrmGoDialog class.
Declaration
public FrmGoDialog(Form owner)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Form | owner | The form |
Fields
DEF_FORMAT
Holds the default text on the dialog.
Declaration
public static string DEF_FORMAT
Field Value
Type |
---|
System.String |
Properties
IsValidNumber
Gets a value indicating whether line number entered in the GoTo dialog is valid or not.
Declaration
public bool IsValidNumber { get; }
Property Value
Type |
---|
System.Boolean |
LineLabelFormat
Gets or sets the text on the dialog.
Declaration
public string LineLabelFormat { get; set; }
Property Value
Type |
---|
System.String |
LineNumber
Gets the line number in the form.
Declaration
public int LineNumber { get; }
Property Value
Type |
---|
System.Int32 |
MaxLine
Gets or sets the maximum line number in GoTo dialog.
Declaration
public int MaxLine { get; set; }
Property Value
Type |
---|
System.Int32 |
MinLine
Gets or sets the minimum line number in GoTo dialog.
Declaration
public int MinLine { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
CreateAccessibilityInstance()
New instance for goto dialog accessible object.
Declaration
protected override AccessibleObject CreateAccessibilityInstance()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | GoToDialogAccessibility |
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | True to release both managed and unmanaged resources; false to release only unmanaged resources. |
EnableDoubleBuffering()
Enables double buffering for the form thats helps to renderer all paint operations to a memory buffer instead of the drawing surface on the screen.
Declaration
public void EnableDoubleBuffering()
OnLoad(EventArgs)
Loads dialog.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The EventArgs. |
Explicit Interface Implementations
IGotoDialogForm.ShowDialog()
Declaration
DialogResult IGotoDialogForm.ShowDialog()
Returns
Type |
---|
System.Windows.Forms.DialogResult |