CtlPanel.TAppletApplication.ControlPanelHandle

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
CTLPanel.pas
CtlPanel.hpp
Unit: CtlPanel
Parent: TAppletApplication

Delphi

property ControlPanelHandle: THandle read FControlPanelHandle;

C++

__property Winapi::Windows::THandle ControlPanelHandle = {read=FControlPanelHandle, nodefault};

Description

Indicates the window handle for the controlling application.

ControlPanelHandle is the handle to the Control Panel or the controlling application (the application which invoked the CplApplet function).