IControl::TypeLib Property

 

Gets or sets the control's type library.

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

property Object^ TypeLib {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The control's type library.

Return to top
Show: