See Also
Printy Controls Namespace
AbstractParameterControl Class

Diese Klasse stellt eine abstrakte Basisklasse für alle Steuerelemente dar, mit deren Hilfe ein Printy-Parameter adjustiert werden kann. Da es sich bei den meisten Steuerelementen um UserControls handelt, werden in dieser Klasse bereits die meisten Methoden des Interfaces IAdjustable implementiert, beispielsweise das Property Parameter.

C++
public: class AbstractParameterControl : public UserControl, public IAdjustable;
C#
public abstract class AbstractParameterControl : UserControl, IAdjustable;
Visual Basic
Public abstract Class AbstractParameterControl
Inherits UserControl
Inherits IAdjustable
File
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.