AxHost.ShowPropertyPages 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ActiveX 컨트롤과 연결된 속성 페이지를 표시합니다.
오버로드
| Name | Description |
|---|---|
| ShowPropertyPages() |
ActiveX 컨트롤과 연결된 속성 페이지를 표시합니다. |
| ShowPropertyPages(Control) |
지정된 부모 컨트롤에 할당된 ActiveX 컨트롤과 연결된 속성 페이지를 표시합니다. |
ShowPropertyPages()
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
ActiveX 컨트롤과 연결된 속성 페이지를 표시합니다.
public:
void ShowPropertyPages();
public void ShowPropertyPages();
member this.ShowPropertyPages : unit -> unit
Public Sub ShowPropertyPages ()
설명
이 HasPropertyPages경우 false 속성 페이지가 표시되지 않습니다.
속성 페이지를 사용하면 ActiveX 컨트롤 사용자가 ActiveX 컨트롤 속성을 보고 변경할 수 있습니다. 이러한 속성은 컨트롤 속성을 보고 편집하기 위한 사용자 지정된 그래픽 인터페이스를 제공하는 하나 이상의 속성 페이지가 포함된 컨트롤 속성 대화 상자를 호출하여 액세스합니다.
추가 정보
적용 대상
ShowPropertyPages(Control)
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
- Source:
- AxHost.cs
지정된 부모 컨트롤에 할당된 ActiveX 컨트롤과 연결된 속성 페이지를 표시합니다.
public:
void ShowPropertyPages(System::Windows::Forms::Control ^ control);
public void ShowPropertyPages(System.Windows.Forms.Control control);
public void ShowPropertyPages(System.Windows.Forms.Control? control);
member this.ShowPropertyPages : System.Windows.Forms.Control -> unit
Public Sub ShowPropertyPages (control As Control)
매개 변수
설명
이 HasPropertyPages경우 false 속성 페이지가 표시되지 않습니다.
속성 페이지를 사용하면 ActiveX 컨트롤 사용자가 ActiveX 컨트롤 속성을 보고 변경할 수 있습니다. 이러한 속성은 컨트롤 속성을 보고 편집하기 위한 사용자 지정된 그래픽 인터페이스를 제공하는 하나 이상의 속성 페이지가 포함된 컨트롤 속성 대화 상자를 호출하여 액세스합니다.