AxHost.HasPropertyPages 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.
Determines if the ActiveX control has a property page.
public:
bool HasPropertyPages();
public bool HasPropertyPages ();
member this.HasPropertyPages : unit -> bool
Public Function HasPropertyPages () As Boolean
Returns
true
if the ActiveX control has a property page; otherwise, false
.
Remarks
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.