status property

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

Sets or retrieves the value indicating whether the control is selected.

Syntax

HRESULT value = object.put_status(VARIANT_BOOL v);HRESULT value = object.get_status(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. Control is not selected.

VARIANT_TRUE (true)

Control is selected.

NULL (null)

Control is not initialized.

Remarks

Setting the status property of a textArea object updates the value of the property and causes the onpropertychange event to fire. However, this change has no visual effect on the textArea object.

 

 

Build date: 1/26/2012