Window type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-02-20 11:32 AM
How can I find if a window element is a corner window or not? On the variationID field always is a corner window even if I placed it a normal window.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-02-25 07:57 AM
Hi, Could you try to call ACAPI_Element_GetMemo() and get memo.params list, then check the parameter value of "ac_cw_function" ? It should be true if it's a corner window.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2025-02-25 07:57 AM
Hi, Could you try to call ACAPI_Element_GetMemo() and get memo.params list, then check the parameter value of "ac_cw_function" ? It should be true if it's a corner window.
HTH.