TCheckBoxProperties的属性:
类:TCheckBoxProperties
单元:uSkinCheckBoxType
父类:TSkinControlProperties->TPersistent
名称 | 类型 | 描述 |
IsAutoChecked | Boolean | 鼠标点击的时候是否自动勾选 |
AutoSize | | 自动尺寸 |
SkinControlIntf | ISkinControl | 皮肤控件接口 |
SkinControl | TControl | 皮肤控件 |
UnCheckedCaption | String | 未勾选状态时的标题 |
AutoSize | Boolean | 是否自动调整控件的尺寸 |
Checked | Boolean | 是否勾选 |
CheckedCaption | String | 勾选状态时的标题 |
IsAutoCaption | Boolean | Checked属性更改的时候自动更换标题 |
StaticChecked | Boolean | |
TSkinCheckBoxDefaultMaterial的素材:
类:TSkinCheckBoxDefaultMaterial
单元:uSkinCheckBoxType
父类:TSkinCheckBoxMaterial->TSkinControlMaterial
名称 | 类型 | 描述 |
HoverUnCheckedPicture | TDrawPicture | 鼠标停靠时未勾选图片 |
HoverCheckedPicture | TDrawPicture | 鼠标停靠时已勾选图片 |
IsAutoPosition | Boolean | 自动排列标题和勾选框的位置 |
DisabledUnCheckedPicture | TDrawPicture | 禁用状态时未勾选图片 |
DisabledCheckedPicture | TDrawPicture | 禁用状态时已勾选图片 |
NormalUnCheckedPicture | TDrawPicture | 正常状态时未勾选图片 |
NormalCheckedPicture | TDrawPicture | 正常状态时已勾选图片 |
DrawCaptionParam | TDrawTextParam | 标题绘制参数 |
DrawPictureParam | TDrawPictureParam | 勾选框图片绘制参数 |
BackColor | | |
IsTransparent | | |
RefControlCount | | |
DrawBackColorParam | | |
TCheckBoxProperties的方法:
类:TCheckBoxProperties
单元:uSkinCheckBoxType
父类:TSkinControlProperties->TPersistent
名称 | 描述 | 代码 |
GetComponentClassify | 获取分类名称 | function GetComponentClassify:String;virtual; |
AdjustAutoSizeBounds | 自动调整控件的尺寸 | procedure AdjustAutoSizeBounds; |
GetComponentClassify | | function GetComponentClassify:String;override; |