RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleControl.ShowPropertyFrame Method

Specifies whether the TOleControl shows a property sheet.

Pascal
function ShowPropertyFrame: HResult; stdcall;
C++
__fastcall __stdcall HRESULT ShowPropertyFrame();

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!