按钮控件Button的属性有:
AutoSize:自动设置尺寸,Set size automatically
ButtonGroup:所属的按钮分组控件,ButtonGroup control
ButtonIndex:在按钮分组中的顺序下标,Sequence index in button group
Icon:按钮图标,Button icon
IsAutoPush:鼠标点击的时候是否自动设置按下属性,Whether set pushed property automatically when mouse clicking
IsPushed:是否按下,Whether pressed
PushedGroupIndex:按钮分组的下标,Index of ButtonGroup
PushedIcon:按下状态的按钮图标,Button icon of pressed state
按钮控件Button的素材有:
BackColor:背景矩形绘制参数,Draw parameters of back rectangle
DisabledPicture:禁用状态的图片,Disabled picture
DownPicture:鼠标按下状态的图片,Picture at mouse pressed state
DrawCaptionParam:按钮标题绘制参数,Draw parameters of button caption
DrawDetail1Param:明细1绘制参数,Draw parameters of Detail1
DrawDetailParam:明细绘制参数,Draw parameters of Detail
DrawIconParam:按钮图标绘制参数,Draw parameters of button icon
DrawPictureParam:图片绘制参数,Draw parameters of picture
FocusedPicture:得到焦点状态的图片,Get foused state picture
HoverPicture:鼠标停靠状态的图片,Picture at mouse hovering state
IsTransparent:是否透明,Whether transparent
NormalPicture:正常状态的图片,Normal state picture
PushedPicture:按下状态的图片,Pressed state picture