SetFrameName method

Sets the name of the frame.

Syntax


HRESULT retVal = object.SetFrameName(pszFrameName);

Parameters

pszFrameName [in]

Type: LPCWSTR

The address of a string that contains the name of the frame.

 

 

Show: