See Also
Printy GUI Namespace
MainForm.OnLoad Method

Wird aufgerufen, wenn die Applikation geladen wird. Wurde im Konstruktor ein Dateiname spezifiziert, wird der Inhalt dieser Datei geparst und in der RichTextBox dargestellt.

C++
protected: void OnLoad(
    EventArgs e
);
C#
protected override void OnLoad(
    EventArgs e
);
Visual Basic
Protected override Function OnLoad(
    e As EventArgs
) As void
See Also
Created with a demo version of Doc-O-Matic. This version is supplied for evaluation purposes only, do not distribute this documentation. To obtain a commercial license please see http://www.doc-o-matic.com/purchase.html.
Copyright (c) 2005. All rights reserved.