CHtmlEditCtrlBase::Is2DElement
Determines if an element is absolutely positioned.
HRESULT Is2DElement(
bool& bValue
) const;
Parameters
- bValue
True if the element is absolutely positioned, false otherwise.
Return Value
Returns S_OK on success, or an error HRESULT on failure.
Remarks
This method sends the IDM_2D_ELEMENT command ID to the WebBrowser control.
Requirements
Header: afxhtml.h
See Also
Reference
CHtmlEditCtrlBase::Is1DElement