This topic has not yet been rated - Rate this topic

TextBoxBase.OnHandleDestroyed Method

This member overrides Control.OnHandleDestroyed.

[Visual Basic]
Overrides Protected Sub OnHandleDestroyed( _
   ByVal e As EventArgs _
)
[C#]
protected override void OnHandleDestroyed(
 EventArgs e
);
[C++]
protected: void OnHandleDestroyed(
 EventArgs* e
);
[JScript]
protected override function OnHandleDestroyed(
   e : EventArgs
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

TextBoxBase Class | TextBoxBase Members | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.