Initializes a new instance of the CompoundPropertyChangeActionUnit class.
Initializes a new instance of the CompoundPropertyChangeActionUnit class using the specified description.
[Visual Basic] Overloads Public Sub New(String)
[C#] public CompoundPropertyChangeActionUnit(String);
[C++] public: CompoundPropertyChangeActionUnit(String*);
[JScript] public function CompoundPropertyChangeActionUnit(String);
Initializes a new instance of the CompoundPropertyChangeActionUnit class with the specified property changes and description.
[Visual Basic] Overloads Public Sub New(String, PropertyChangeActionUnit())
[C#] public CompoundPropertyChangeActionUnit(String, PropertyChangeActionUnit[]);
[C++] public: CompoundPropertyChangeActionUnit(String*, PropertyChangeActionUnit[]);
[JScript] public function CompoundPropertyChangeActionUnit(String, PropertyChangeActionUnit[]);
CompoundPropertyChangeActionUnit Class | CompoundPropertyChangeActionUnit Members | System.ComponentModel.Design Namespace