GetLayoutInfo method

Gets element layout information.

Syntax


HRESULT retVal = object.GetLayoutInfo(plLayoutInfo);

Parameters

plLayoutInfo [out, retval]

Type: LONG

A pointer to a LONG that receives BEHAVIOR_LAYOUT_INFO enumeration flags.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

 

 

Show: