ActionsPane.Handle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the window handle that the actions pane control is bound to.
public:
property IntPtr Handle { IntPtr get(); };
[System.ComponentModel.Browsable(false)]
public IntPtr Handle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr
Property Value
IntPtr
nativeint
The window handle (HWND
) of the actions pane control.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.Handle property. For more information about using this property, see System.Windows.Forms.Control.Handle.