IASControl::get_Visible

This method indicates whether or not the control is visible.

Syntax

HRESULT get_Visible( VARIANT_BOOL *pfVisible );

Parameters

pfVisible
Pointer to a Boolean that is set to TRUE if the control is visible, or to FALSE if 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::put_Visible