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