WebBrowserBase.ActiveXInstance 속성

정의

내부 ActiveX WebBrowser 컨트롤을 가져옵니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 property System::Object ^ ActiveXInstance { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public object ActiveXInstance { get; }
[System.ComponentModel.Browsable(false)]
public object? ActiveXInstance { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ActiveXInstance : obj
Public ReadOnly Property ActiveXInstance As Object

속성 값

내부 ActiveX WebBrowser 컨트롤을 나타내는 Object입니다.

특성

설명

자세한 내용은 WebBrowser 컨트롤을 참조하세요.

적용 대상

추가 정보