예제 #1
0
 public RadButtonElementAccessibleObject(RadButtonItem owner)
 {
     this.owner = owner;
 }
 public RadButtonElementAccessibleObject(RadButtonItem owner, string name)
     : base(owner.ElementTree.Control, name)
 {
     this.owner = owner;
 }