热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

需要知道一个“本地到屏幕坐标”的函数-Needtoknowa“LocaltoscreenCoordinate”function

Iwouldliketohaveatooltopdisplayedonatextboxunderacertainsituation.我希望在特定情况下在文本框中显示工具栏

I would like to have a tooltop displayed on a textbox under a certain situation.

我希望在特定情况下在文本框中显示工具栏。

The InfragisticsTooltipManager control gives me the ability to display a Tooptip at a certain coordinates.

infragisstooltipmanager控件使我能够在特定的坐标下显示Tooptip。

I would like to display the tip so that the arrow part of the baloon tooltip is pointing to the textbox and so the tooltip is visible regardless of the position of the textbox on the screen. This means that if the textbox is at the very top of the srcen, the tooptip would need to be displayed below the textbox, else above it.

我想显示提示,以便baloon工具提示的箭头部分指向文本框,因此无论文本框在屏幕上的位置如何,工具提示都是可见的。这意味着,如果文本框位于srcen的最顶端,那么就需要将tooptip显示在文本框的下方,否则将显示在文本框的上方。

For now, I would be happy if someone could point out the Local To Screen Coordinate function I would need to determine where the tool tip needed to be displayed if I always wanted to display it on top.

现在,如果有人能够指出本地的屏幕坐标函数,我将很高兴,如果我一直想在顶部显示工具提示,我需要确定工具提示的位置。

1 个解决方案

#1


1  

these methods are usually called ClientToScreen and ScreenToClient.

这些方法通常称为ClientToScreen和ScreenToClient。

see here: How to get coordinates of window client area

在这里看到的:如何把窗口客户区坐标


推荐阅读
author-avatar
我是爱琴白痴_935
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有