AxHost::HasPropertyPages Method ()

 

Determines if the ActiveX control has a property page.

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

public:
bool HasPropertyPages()

Return Value

Type: System::Boolean

true if the ActiveX control has a property page; otherwise, false.

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: