点击或拖拽改变大小

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。)
Top
扩展方法
  名称说明
公共扩展器方法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 定义。)
Top
参见