ActionsPane.Handle Property

Definition

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.

Applies to