AxHost::ShowPropertyPages Method (Control^)

 

Displays the property pages associated with the ActiveX control assigned to the specified parent control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void ShowPropertyPages(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms::Control^

The parent Control of the ActiveX control.

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.

.NET Framework
Available since 1.1
Return to top
Show: