[Microsoft代理程式從 Windows 7 開始已被取代,而且可能無法在後續版本的 Windows 中使用。]
HRESULT GetVisible(
long * pbVisible // address of variable for character Visible setting
);
判斷字元的動畫畫面格目前是否可見。
-
pbVisible
-
如果字元的框架為可見且隱藏 False,則 為 true 的變數位址。
您可以使用這個方法來判斷字元的框架目前是否可見。 若要讓字元顯示,請使用 Show 方法。 若要隱藏字元,請使用 Hide 方法。