Exemplo n.º 1
0
 public void Dispose()
 {
     this.ReleaseHandle();
     this._owner = null;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     this.ReleaseHandle();
     this._owner = null;
 }
Exemplo n.º 3
0
 public EditNativeWindow(SkinComboBox owner)
 {
     this._owner = owner;
     base.AssignHandle(this._owner.EditHandle);
 }
Exemplo n.º 4
0
 public EditNativeWindow(SkinComboBox owner)
 {
     this._owner = owner;
     base.AssignHandle(this._owner.EditHandle);
 }