IASControl::get_HasUI

This method indicates whether or not the control has a user interface (UI).

Syntax

HRESULT get_HasUI( VARIANT_BOOL *pfHasUI );

Parameters

pfHasUI
Pointer to a Boolean that is set to TRUE if the control has a UI, or to FALSE if it does not.

Return Values

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

Remarks

This method is required.