IControl.TypeLib Property
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.
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