Device.RunControlPanel Method

Language:

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 Control _
)
C# public void RunControlPanel(
    Control owner
);
C++ public:
void RunControlPanel(
    Controlowner
);
JScript public function RunControlPanel(
    owner : Control
);

Parameters

owner System.Windows.Forms.Control

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center