[Overview][Constants][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msesimplewidgets.pas line 298
type tcustomrichbutton = class(tcustombutton, irichstringprop) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure createfaceactive; |
procedure createfacedisabled; |
procedure createfacemouse; |
procedure createfaceclicked; |
property faceactive: tcustomface; [rw] |
property facemouse: tcustomface; [rw] |
property faceclicked: tcustomface; [rw] |
property facedisabled: tcustomface; [rw] |
property imagenrmouse: imagenrty; [rw] |
property imagenrclicked: imagenrty; [rw] |
property captionrich: msestring; [rws] |
property richcaption: richstringty; [rw] |
published |
property onmouseevent: mouseeventty; |
property onbeforepaint: painteventty; |
property onpaintbackground: painteventty; |
property onpaint: painteventty; |
property onafterpaint: painteventty; |
end; |
| |
| |
| |
| |
| |
| |
twidget,iscrollframe,iface,iassistiveclient |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |