DSkinHtmlToolTip 方法 |
DSkinHtmlToolTip 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
| AdjustTooltipPosition |
Adjust the location of the tooltip window to the location of the mouse and handle
if the tooltip window will try to appear outside the boundaries of the control.
| |
| CanExtend | (继承自 ToolTip。) | |
| Dispose | (继承自 Component。) | |
| Dispose(Boolean) | (继承自 ToolTip。) | |
| Finalize | (继承自 ToolTip。) | |
| GetService | (继承自 Component。) | |
| GetToolTip | (继承自 ToolTip。) | |
| Hide | (继承自 ToolTip。) | |
| OnImageLoad |
Propagate the image load event from root container.
| |
| OnLinkClicked |
Propagate the LinkClicked event from root container.
| |
| OnLinkHandlingTimerTick |
Raised on link handling timer tick, used for:
1. Know when the tooltip is hidden by checking the visibility of the tooltip window.
2. Call HandleMouseMove so the mouse cursor will react if over a link element.
3. Call HandleMouseDown and HandleMouseUp to simulate click on a link if one was clicked.
| |
| OnRenderError |
Propagate the Render Error event from root container.
| |
| OnStylesheetLoad |
Propagate the stylesheet load event from root container.
| |
| OnToolTipDisposed |
Unsubscribe from events and dispose of _htmlContainer.
| |
| OnToolTipDraw |
Draw the html using the tooltip graphics.
| |
| OnToolTipPopup |
On tooltip appear set the html by the associated control, layout and set the tooltip size by the html size.
| |
| RemoveAll | (继承自 ToolTip。) | |
| SetToolTip | (继承自 ToolTip。) | |
| Show(String, IWin32Window) | (继承自 ToolTip。) | |
| Show(String, IWin32Window, Int32) | (继承自 ToolTip。) | |
| Show(String, IWin32Window, Point) | (继承自 ToolTip。) | |
| Show(String, IWin32Window, Point, Int32) | (继承自 ToolTip。) | |
| Show(String, IWin32Window, Int32, Int32) | (继承自 ToolTip。) | |
| Show(String, IWin32Window, Int32, Int32, Int32) | (继承自 ToolTip。) | |
| StopTimer | (继承自 ToolTip。) | |
| ToString | (继承自 ToolTip。) |
| 名称 | 说明 | |
|---|---|---|
| FormatDateTime |
将数据以时间格式并对其格式化
(由 ObjectExtenstions 定义。) | |
| FormatNumber |
将数据以数值方式对数据格式化
(由 ObjectExtenstions 定义。) | |
| FormatString |
将数据以字符串格式对数据格式化
(由 ObjectExtenstions 定义。) | |
| Sleep |
异步延迟执行代码,只能在主线程中调用
(由 DuiControlExtensions 定义。) | |
| ToBool |
将数据转换成Bool,如果转换失败返回False
(由 ObjectExtenstions 定义。) | |
| ToDateTime |
将数据转换成DateTime,如果转换失败返回空的时间
(由 ObjectExtenstions 定义。) | |
| ToDouble |
将数据转换成Double,如果转换失败返回0
(由 ObjectExtenstions 定义。) | |
| ToEnumT |
将数据转换成枚举,如果转换失败则返回默认值
(由 ObjectExtenstions 定义。) | |
| ToFloat |
将数据转换成Float,如果转换失败返回0
(由 ObjectExtenstions 定义。) | |
| ToInt | 已重载。
将数据转换成int,如果转换失败返回0
(由 ObjectExtenstions 定义。) | |
| ToInt(Int32) | 已重载。
数据转换成int,如果转换失败,返回errorResult
(由 ObjectExtenstions 定义。) | |
| ToJson |
将对象序列化成Json字符串
(由 JsonHelper 定义。) | |
| ToLong |
将数据转换成Long,如果转换失败返回0
(由 ObjectExtenstions 定义。) |