ITypeLibInfo.IsControl Method

Definition

Indicates whether the type library describes ActiveX control objects.

public:
 bool IsControl();
public:
 bool IsControl();
bool IsControl();
[System.Runtime.InteropServices.DispId(1610743825)]
public bool IsControl ();
[<System.Runtime.InteropServices.DispId(1610743825)>]
abstract member IsControl : unit -> bool
Public Function IsControl () As Boolean

Returns

true if the type library describes ActiveX control objects; otherwise, false.

Attributes

Remarks

If the type library describes ActiveX controls, it is marked with the flag LIBFLAG_FCONTROL.

Applies to