IControl.CoClass Property

Definition

Gets or sets a string containing the name of the coclass for the given IControl object.

public:
 property System::String ^ CoClass { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ CoClass { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(1610743816)]
public string CoClass { [System.Runtime.InteropServices.DispId(1610743816)] get; [System.Runtime.InteropServices.DispId(1610743816)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)] set; }
[<System.Runtime.InteropServices.DispId(1610743816)>]
[<get: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.DispId(1610743816)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
member this.CoClass : string with get, set
Public Property CoClass As String

Property Value

The name of the coclass.

Attributes

Applies to