Alias TabControl.~this

class TabControl
{
  // ...
  alias ~this;
  // ...
}