Inheritance: System.ComponentModel.Design.ComponentDesigner
Esempio n. 1
0
 /// <summary>
 /// Initialize a new instance of the KryptonCheckSetActionList class.
 /// </summary>
 /// <param name="owner">Designer that owns this action list instance.</param>
 public KryptonCheckSetActionList(KryptonCheckSetDesigner owner)
     : base(owner.Component)
 {
     // Remember the check set component instance
     _set = owner.Component as KryptonCheckSet;
 }
 /// <summary>
 /// Initialize a new instance of the KryptonCheckSetActionList class.
 /// </summary>
 /// <param name="owner">Designer that owns this action list instance.</param>
 public KryptonCheckSetActionList(KryptonCheckSetDesigner owner)
     : base(owner.Component)
 {
     // Remember the check set component instance
     _set = owner.Component as KryptonCheckSet;
 }