PCBIEnterTextDialog Class

Dialog for simple text input.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class PCBIEnterTextDialog : Form
Inheritance
Object    MarshalByRefObject    Component    Control    ScrollableControl    ContainerControl    Form    PCBIEnterTextDialog

Constructors

PCBIEnterTextDialog Create instance of enter text dialog for simple text input.
PCBIEnterTextDialog(String, String, String, Boolean, Boolean) Create instance of enter text dialog for simple text input.
PCBIEnterTextDialog(String, String, String, Boolean, ListObject)Initializes a new instance of the PCBIEnterTextDialog class

Properties

Methods

GetText Get the text of the dialog.
Init Important init method to set labels by using constructor without this parameters.

Extension Methods

See Also