Inheritance: System.ComponentModel.Design.ComponentDesigner
Esempio n. 1
0
 /// <summary>
 /// Initialize a new instance of the KryptonCommandActionList class.
 /// </summary>
 /// <param name="owner">Designer that owns this action list instance.</param>
 public KryptonCommandActionList(KryptonCommandDesigner owner)
     : base(owner.Component)
 {
     // Remember the panel instance
     _command = owner.Component as KryptonCommand;
 }
 /// <summary>
 /// Initialize a new instance of the KryptonCommandActionList class.
 /// </summary>
 /// <param name="owner">Designer that owns this action list instance.</param>
 public KryptonCommandActionList(KryptonCommandDesigner owner)
     : base(owner.Component)
 {
     // Remember the panel instance
     _command = owner.Component as KryptonCommand;
 }