Interface IGotoLineDialog
Represents dialog box that allows moving to a specific line index within Edit control.
public interface IGotoLineDialog
Properties
- Font
When implemented by a class, gets or sets a font for the dialog to use.
Methods
- Execute(object, int, ref int)
When implemented by a class, displays a goto dialog.
- Execute(object, int, ref int, IWin32Window)
When implemented by a class, displays a goto dialog.
Events
- HelpRequested
When implemented by a class, occurs when user requests help for a control.