This topic has not yet been rated - Rate this topic

disabled property

Sets or gets the value that indicates whether the user can interact with the object.

Syntax

HRESULT value = object.put_disabled( v);HRESULT value = object.get_disabled(* p);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

Element is disabled.

VARIANT_FALSE (false)

Element is not disabled.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.