Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the value indicating whether the control is selected.
Syntax
HRESULT value = object.put_status( v);HRESULT value = object.get_status(* 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 IHTMLInputButtonElement::status property of a textArea object updates the value of the property and causes the HTMLFrameSiteEvents::onpropertychange event to fire. However, this change has no visual effect on the textArea object.