Share

acedSetChildFrameSettings

C++

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

File

rxmfcapi.h

Description

This function sets properties 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 properties are successfully set. Returns false if pChildFrmSettings is null, or if the operation fails for any other reason.

Parameters

Parameters Description
pChildFrmSettings Input pointer to pre-allocated AcChildFrmSettings object
pWnd Input pointer to the frame to which the settings will be applied

Was this information helpful?