C# Class ScreenToGif.Pages.InsertText

Datei anzeigen Open project: dbremner/ScreenToGif

Public Methods

Method Description
InsertText ( bool isLegacy ) : System

Initialize the form

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosing ( FormClosingEventArgs e ) : void

Request user a confirmation before closing the form

Private Methods

Method Description
EventRegister ( bool register ) : void
FontUpdate ( ) : void

Updates the UI with the selected font information.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InsertText_FormClosing ( object sender, FormClosingEventArgs e ) : void
InsertText_Load ( object sender, EventArgs e ) : void
ValueChanged ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void
btnMoreOptions_Click ( object sender, EventArgs e ) : void
btnOk_Click ( object sender, EventArgs e ) : void
pbForeColor_Click ( object sender, EventArgs e ) : void
pbForeColor_MouseHover ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

InsertText() public method

Initialize the form
public InsertText ( bool isLegacy ) : System
isLegacy bool True if the owner is the Legacy form. /// False if the owner is the Modern form.
return System

OnFormClosing() protected method

Request user a confirmation before closing the form
protected OnFormClosing ( FormClosingEventArgs e ) : void
e FormClosingEventArgs
return void