ITypeLibInfo.IsControl Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.