See Also
Util Config
IAdjustable Interface

Eine Klasse, welche dieses Interface implementiert, stellt die Möglichkeit zur Verfügung, einen Parameter für Printy zu konfigurieren. Bei einer solchen Klasse handelt es sich in der Regel um ein grafisches Steuerelement. Durch das Property "AdjustedParameter" wird eine String-Repräsentation des Parameters geliefert, der in die Kommandozeile integriert wird.

C++
public: __interface IAdjustable : public IParameterListener, public IHelpful;
C#
public interface IAdjustable : IParameterListener, IHelpful;
Visual Basic
Public Interface IAdjustable
Inherits IParameterListener
Inherits IHelpful
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.