Creates a handle for the control.
<UIPermissionAttribute(SecurityAction.InheritanceDemand, Window := UIPermissionWindow.AllWindows)> _ Protected Overridable Sub CreateHandle
Me.CreateHandle()
[UIPermissionAttribute(SecurityAction.InheritanceDemand, Window = UIPermissionWindow.AllWindows)] protected virtual void CreateHandle()
[UIPermissionAttribute(SecurityAction::InheritanceDemand, Window = UIPermissionWindow::AllWindows)] protected: virtual void CreateHandle()
protected function CreateHandle()
The object is in a disposed state.
You typically should not call the CreateHandle method directly. The preferred method is to call the CreateControl method, which forces a handle to be created for the control and its child controls when the control is created.
When overriding CreateHandle in a derived class, be sure to call the base class's CreateHandle method to ensure that the handle is created.
for all windows for inheriting classes to call this method. Associated enumeration: AllWindows value of UIPermissionWindow.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98