See Also
Printy GUI Namespace
ParameterManager.LockMenuItem Method

Diese Methode fügt alle Menüpunkte dem Manager hinzu, welche bei Programmstart deaktiviert sein sollen. Sobald eine Datei geladen wird, werden all diese Elemente aktiviert.

C++
public: void LockMenuItem(
    System.Windows.Forms.MenuItem c
);
C#
public void LockMenuItem(
    System.Windows.Forms.MenuItem c
);
Visual Basic
Public Function LockMenuItem(
    c As System.Windows.Forms.MenuItem
) As void
Parameters
Parameters 
Description 
Steuerelement 
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.