Vcl.OleCtrls.TOleControl.ShowPropertyFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ShowPropertyFrame: HResult; stdcall;

C++

HRESULT __stdcall ShowPropertyFrame();

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.

See Also