Vcl.OleCtrls.TOleControl.ShowPropertyFrame
Delphi
function ShowPropertyFrame: HResult; stdcall;
C++
HRESULT __stdcall ShowPropertyFrame(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.OleCtrls.pas Vcl.OleCtrls.hpp |
Vcl.OleCtrls | TOleControl |
Description
Specifies whether the TOleControl shows a property sheet.
Call ShowPropertyFrame to check whether this ActiveX control shows a property sheet for the contained controls. This method always returns E_NOTIMPL, which means that this feature is not implemented in TOleControl.