Share via


Device.RunControlPanel(Control) Method (Microsoft.DirectX.DirectInput)

Runs the Microsoft® DirectInput® control panel associated with this device. If the device does not have a control panel associated with it, the default device control panel is launched.

Definition

Visual Basic Public Sub RunControlPanel( _
    ByVal owner As ControlLeave Site _
)
C# public void RunControlPanel(
    ControlLeave Site owner
);
C++ public:
void RunControlPanel(
    ControlLeave Siteowner
);
JScript public function RunControlPanel(
    owner : ControlLeave Site
);

Parameters

owner System.Windows.Forms.Control