点击或拖拽改变大小

HITTEST 类

[缺少 "T:DSkin.Win32.Const.HITTEST" 的 <summary> 文档]

继承层次
SystemObject
  DSkin.Win32.ConstHITTEST

命名空间:  DSkin.Win32.Const
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public class HITTEST

HITTEST 类型公开以下成员。

构造函数
  名称说明
公共方法HITTEST
初始化 HITTEST 类的一个新实例
Top
字段
  名称说明
公共字段静态成员HTBORDER
In the border of a window that does not have a sizing border.
公共字段静态成员HTBOTTOM
In the lower-horizontal border of a resizable window (the user can click the mouse to resize the window vertically).
公共字段静态成员HTBOTTOMLEFT
In the lower-left corner of a border of a resizable window (the user can click the mouse to resize the window diagonally).
公共字段静态成员HTBOTTOMRIGHT
In the lower-right corner of a border of a resizable window (the user can click the mouse to resize the window diagonally).
公共字段静态成员HTCAPTION
In a title bar.
公共字段静态成员HTCLIENT
In a client area.
公共字段静态成员HTCLOSE
In a Close button.
公共字段静态成员HTERROR
On the screen background or on a dividing line between windows (same as HTNOWHERE; except that the DefWindowProc function produces a system beep to indicate an error).
公共字段静态成员HTGROWBOX
In a size box (same as HTSIZE).
公共字段静态成员HTHELP
In a Help button.
公共字段静态成员HTHSCROLL
In a horizontal scroll bar.
公共字段静态成员HTLEFT
In the left border of a resizable window (the user can click the mouse to resize the window horizontally).
公共字段静态成员HTMAXBUTTON
In a Maximize button.
公共字段静态成员HTMENU
In a menu.
公共字段静态成员HTMINBUTTON
In a Minimize button.
公共字段静态成员HTNOWHERE
On the screen background or on a dividing line between windows.
公共字段静态成员HTOBJECT
公共字段静态成员HTRIGHT
In the right border of a resizable window (the user can click the mouse to resize the window horizontally).
公共字段静态成员HTSYSMENU
In a window menu or in a Close button in a child window.
公共字段静态成员HTTOP
In the upper-horizontal border of a window.
公共字段静态成员HTTOPLEFT
In the upper-left corner of a window border.
公共字段静态成员HTTOPRIGHT
In the upper-right corner of a window border.
公共字段静态成员HTTRANSPARENT
In a window currently covered by another window in the same thread (the message will be sent to underlying windows in the same thread until one of them returns a code that is not HTTRANSPARENT).
公共字段静态成员HTVSCROLL
In the vertical scroll bar.
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
参见