IControl.TypeLib Property

Definition

Gets or sets the control's type library.

public:
 property System::Object ^ TypeLib { System::Object ^ get(); void set(System::Object ^ value); };
public:
 property Platform::Object ^ TypeLib { Platform::Object ^ get(); void set(Platform::Object ^ value); };
[System.Runtime.InteropServices.DispId(1610743812)]
public object TypeLib { [System.Runtime.InteropServices.DispId(1610743812)] get; [System.Runtime.InteropServices.DispId(1610743812)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743812)>]
[<get: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.TypeLib : obj with get, set
Public Property TypeLib As Object

Property Value

The control's type library.

Attributes

Applies to