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