Contents Index Topic Contents | ||
Previous Topic: IHTMLFrameBase::put_noResize Next Topic: IHTMLFrameBase::put_scrolling |
IHTMLFrameBase::get_noResize
HRESULT get_noResize( VARIANT_BOOL *p );Retrieves whether the user can resize the frame.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the frame is not resizeable, or FALSE if it is.
See also put_noResize
IHTMLFrameBase::put_noResize
HRESULT put_noResize( VARIANT_BOOL v );Specifies whether the user can resize the frame.
- Returns S_OK if successful, or an error value otherwise.
- v
- Resize flag. TRUE means the size is fixed; the user cannot resize the frame. FALSE means the user can resize the frame. This is the default value for the property.
See also get_noResize
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.