noResize property

[This documentation is preliminary and is subject to change.]

Sets or retrieves whether the user can resize the frame.

Syntax

HRESULT value = object.put_noResize(VARIANT_BOOL v);HRESULT value = object.get_noResize(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. User can resize the frame.

VARIANT_TRUE (true)

User cannot resize the frame.

 

 

Build date: 6/12/2012