TEditProperties的属性:
类:TEditProperties
单元:uSkinEditType
父类:TSkinControlProperties->TPersistent
名称 | 类型 | 描述 |
SkinControlIntf | ISkinControl | 皮肤控件接口 |
SkinControl | TControl | 皮肤控件 |
AutoSize | Boolean | 是否自动调整控件的尺寸 |
IsDrawHelpWhenFocused | Boolean | 是否在获取焦点的时候绘制提示文本和提示图标 |
HelpText | String | 提示文本 |
HelpIcon | TDrawPicture | 提示图标 |
DrawText | String | |
TSkinEditDefaultMaterial的素材:
类:TSkinEditDefaultMaterial
单元:uSkinEditType
父类:TSkinControlMaterial->TBaseSkinControlMaterial
名称 | 类型 | 描述 |
HoverPicture | TDrawPicture | 鼠标停靠状态图片 |
FocusedPicture | TDrawPicture | 获取焦点状态下的图片 |
DrawBackColorParam | TDrawRectParam | 背景矩形绘制参数 |
BackColor | TDrawRectParam | 背景矩形绘制参数 |
DisabledPicture | TDrawPicture | 禁用状态图片 |
NormalPicture | TDrawPicture | 正常状态图片 |
IsTransparent | Boolean | 是否透明 |
DrawHelpTextParam | TDrawTextParam | 提示文本的绘制参数 |
DrawHelpIconParam | TDrawPictureParam | 提示图标绘制参数 |
RefControlCount | Integer | 引用计数(当Material单独做为组件时,显示这个计数,让用户知道有没有被控件所使用) |
DrawTextParam | TDrawTextParam | 在ListBox中文本的绘制参数 |
DrawPictureParam | TDrawPictureParam | 图片绘制参数 |
BackColor | | |
IsTransparent | | |
RefControlCount | | |
DrawBackColorParam | | |
TEditProperties的方法:
类:TEditProperties
单元:uSkinEditType
父类:TSkinControlProperties->TPersistent
名称 | 描述 | 代码 |
GetComponentClassify | 获取分类名称 | function GetComponentClassify:String;virtual; |
AdjustAutoSizeBounds | 自动调整控件的尺寸 | procedure AdjustAutoSizeBounds; |
GetComponentClassify | | function GetComponentClassify:String;override; |