This topic has not yet been rated - Rate this topic

isDisabled property

Gets the value that indicates whether the user can interact with the object.

Syntax

HRESULT value = object.get_isDisabled(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

User can interact with the object.

VARIANT_TRUE (true)

User cannot interact with the object.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.