This documentation is archived and is not being maintained.
noResize property
Sets or retrieves whether the user can resize the frame.
Syntax
HRESULT value = object.put_noResize( v);HRESULT value = object.get_noResize(* p);
Property values
Type: VARIANT_BOOL
VARIANT_FALSE (false)
-
Default. User can resize the frame.
VARIANT_TRUE (true)
-
User cannot resize the frame.