Share

acedGetChildFrameSettings

C++

BOOL acedGetChildFrameSettings(
    AcChildFrmSettings* pChildFrmSettings, 
    CMDIChildWnd * pWnd
);

File

rxmfcapi.h

Description

This function returns settings for the frame represented by pWnd. Settings indicate colors used for the view, whether scrollbars and layout tabs are visible, and whether the view is given a special border. The caller is responsible for allocating and deallocating pChildFrmSettings.

Returns true if the settings are successfully retrieved. Returns false if pChildFrmSettings is null, or if the operation fails for any other reason.

Parameters

Parameters Description
pChildFrmSettings Output pointer to a pre-allocated AcChildFrmSettings object
pWnd Input pointer to the frame whose properties are requested

Was this information helpful?