This topic has not yet been rated - Rate this topic

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.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.