frmViewText Class

A dialog for viewing text.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class frmViewText : Form
Inheritance
Form    frmViewText

Constructors

frmViewText Create a new instance of the frmViewText Item.

Properties

Text Get/Set the text content of the form.
Title Get/Set the title text of the form.

Methods

btnCancel_Click The cancel button has been clicked.
btnOK_Click The OK button has been clicked.
Dispose Clean up any resources being used.
InitializeComponent Required method for Designer support - do not modify the contents of this method with the code editor.

Fields

btnCancel Cancel/Close button.
btnOK OK button.
components Required designer variable.
txtText The main content textbox.

See Also