GUIInformation[obj]
returns information about a live interface object.
GUIInformation[obj,target]
returns information about a specific widget in the interface.
GUIInformation[obj,target,sets]
returns only specific rule sets of information.
GUIInformation
GUIInformation[obj]
returns information about a live interface object.
GUIInformation[obj,target]
returns information about a specific widget in the interface.
GUIInformation[obj,target,sets]
returns only specific rule sets of information.
范例
基本范例 (1)
Needs["GUIKit`"]ref = GUIRun["Wolfram/Example/AngleDialog"]Get information about the object:
GUIInformation[ref]Get information about the "okButton":
GUIInformation[ref, "okButton"] // ShallowAsk for specific sets of information:
GUIInformation[ref, "okButton", {"EventNames"}]相关指南
文本
Wolfram Research (2007),GUIInformation,Wolfram 语言函数,https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html.
CMS
Wolfram 语言. 2007. "GUIInformation." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html.
APA
Wolfram 语言. (2007). GUIInformation. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html 年
BibTeX
@misc{reference.wolfram_2026_guiinformation, author="Wolfram Research", title="{GUIInformation}", year="2007", howpublished="\url{https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html}", note=[Accessed: 12-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_guiinformation, organization={Wolfram Research}, title={GUIInformation}, year={2007}, url={https://reference.wolfram.com/language/GUIKit/ref/GUIInformation.html}, note=[Accessed: 12-August-2026]}