ITypeLibInfo::IsControl Method ()

 

Indicates whether the type library describes ActiveX control objects.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

bool IsControl()

Return Value

Type: System::Boolean

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

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

Return to top
Show: