AxHost.ShowPropertyPages Method
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.
Displays the property pages associated with the ActiveX control.
Overloads
ShowPropertyPages() |
Displays the property pages associated with the ActiveX control. |
ShowPropertyPages(Control) |
Displays the property pages associated with the ActiveX control assigned to the specified parent control. |
ShowPropertyPages()
Displays the property pages associated with the ActiveX control.
public:
void ShowPropertyPages();
public void ShowPropertyPages ();
member this.ShowPropertyPages : unit -> unit
Public Sub ShowPropertyPages ()
Remarks
If HasPropertyPages is false
, no property pages are displayed.
Property pages allow an ActiveX control user to view and change ActiveX control properties. These properties are accessed by invoking a control properties dialog box, which contains one or more property pages that provide a customized, graphical interface for viewing and editing the control properties.
See also
Applies to
ShowPropertyPages(Control)
Displays the property pages associated with the ActiveX control assigned to the specified parent control.
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)
Parameters
Remarks
If HasPropertyPages is false
, no property pages are displayed.
Property pages allow an ActiveX control user to view and change ActiveX control properties. These properties are accessed by invoking a control properties dialog box, which contains one or more property pages that provide a customized, graphical interface for viewing and editing the control properties.