IASControl::put_Visible

This method sets whether or not the control is visible.

Syntax

HRESULT put_Visible( VARIANT_BOOL fVisible );

Parameters

fVisible
Boolean that is set to TRUE if the control is visible, or to FALSE if it is hidden.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method is required.

See Also

IASControl::get_Visible