点击或拖拽改变大小

HtmlContainerInt 方法

HtmlContainerInt 类型公开以下成员。

方法
  名称说明
公共方法Clear
Clear the content of the HTML container releasing any resources used to render previously existing content.
公共方法ClearSelection
Clear the current selection.
公共方法Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
公共方法GetAttributeAt
Get attribute value of element at the given x,y location by given key.
If more than one element exist with the attribute at the location the inner most is returned.
公共方法GetElementRectangle
Get the rectangle of html element as calculated by html layout.
Element if found by id (id attribute on the html element).
Note: to get the screen rectangle you need to adjust by the hosting control.
公共方法GetHtml
Get html from the current DOM tree with style if requested.
公共方法GetLinkAt
Get css link href at the given x,y location.
公共方法GetLinks
Get all the links in the HTML with the element rectangle and href data.
公共方法HandleKeyDown
Handle key down event for selection and copy.
公共方法HandleMouseDoubleClick
Handle mouse double click to select word under the mouse.
公共方法HandleMouseDown
Handle mouse down to handle selection.
公共方法HandleMouseEnter
公共方法HandleMouseLeave
Handle mouse leave to handle hover cursor.
公共方法HandleMouseMove
Handle mouse move to handle hover cursor and text selection.
公共方法HandleMouseUp
Handle mouse up to handle selection and link click.
公共方法PerformLayout
Measures the bounds of box and children, recursively.
公共方法PerformPaint
Render the html using the given device.
公共方法RequestRefresh
Request invalidation and re-layout of the control hosting the renderer.
公共方法SetHtml
Init with optional document and stylesheet.
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
参见