Dieses abstrakte Steuerelement stellt die Basisklasse jedes Steuerelementes dar, welches zur Erstellung einer Formatierungsregel dient. In dieser Klasse kann der Typ der Regel mit einem Wert aus der Enumeration RuleType gesetzt werden; gleichzeitig wird dieser Wert in einer GroupBox angezeigt, welche in jedem dieser Elemente enthalten ist.
UserControl, net.stefanhauser.Printy.GUI.Config.IRuleControl, IHelpful net.stefanhauser.Printy.GUI.Config.AbstractRuleControl net.stefanhauser.Printy.GUI.Config.BitSetControl net.stefanhauser.Printy.GUI.Config.BreakRuleControl net.stefanhauser.Printy.GUI.Config.ClassControl net.stefanhauser.Printy.GUI.Config.SpaceRuleControl
public: class AbstractRuleControl : public UserControl, public IRuleControl, public IHelpful;
public abstract class AbstractRuleControl : UserControl, IRuleControl, IHelpful;
Public abstract Class AbstractRuleControl Inherits UserControl Inherits IRuleControl Inherits IHelpful
Copyright (c) 2005. All rights reserved.
|