AxHost.HasPropertyPages 方法
定義
決定 ActiveX 控制項是否有屬性頁。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
傳回
如果 ActiveX 控制項有屬性頁,則為 true
,否則為 false
。true
if the ActiveX control has a property page; otherwise, false
.
備註
屬性頁可讓 ActiveX 控制項使用者查看和變更 ActiveX 控制項屬性。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.