ITargetFrame2::SetFrameOptions Method

Sets the options for the frame.

Syntax

HRESULT SetFrameOptions(
    DWORD dwFlags
);

Parameters

  • dwFlags
    [in] An unsigned long integer value that specifies the options to set for the frame. The flags must be one or more of the flags listed in FRAMEOPTIONS_FLAGS.

Return Value

Returns S_OK if successful, or an error value otherwise.