ExtensionMethodsHandleNeeded Method |
A Control extension method that ensures that the handle for a control is created.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public static void HandleNeeded(
this Control pControl
)
<ExtensionAttribute>
Public Shared Sub HandleNeeded (
pControl As Control
)
public:
[ExtensionAttribute]
static void HandleNeeded(
Control^ pControl
)
[<ExtensionAttribute>]
static member HandleNeeded :
pControl : Control -> unit
Parameters
- pControl
- Type: System.Windows.FormsControl
The pControl to act on.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Control. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions See Also