[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Prop Gadget with two buttons to scroll
Source position: MUIClass.Gadget.pas line 113
| type TMUIScrollbar = class(TMUIProp) | ||
| protected | ||
| procedure GetCreateTags(); override; | 
 | Fill TagList for MUI item creation | 
| procedure AfterCreateObject; override; | 
 | Connect Events after MUI item creation | 
| procedure DoFirstOpen; override; | 
 | Re-Set the initial Values when the item is first time shown. | 
| public | ||
| constructor Create; override; | 
 | Create a Scrollbar | 
| procedure CreateObject; override; | 
 | Create a Scrollbar object | 
| property Horiz: Boolean; [rw] | 
 | vertical or Horizontal Scrollbar | 
| published | ||
| property SType: Integer; [rw] | 
 | Specify the position of the scrollbar Buttons. | 
| end; | 
| 
 | Prop Gadget with two buttons to scroll | |
| | | ||
| 
 | The well known proportional gadgets. | |
| | | ||
| 
 | Super class for every other MUI class except windows and applications | |
| | | ||
| 
 | Subclass of TNotify to introduce the Parent relation | |
| | | ||
| 
 | Notify class is superclass of all other MUI classes. | |
| | | ||
| 
 | Base class for all MUI Class | |
| | | ||
| TObject | 
The Scrollbar class has no objects and attributes itself. It just connects a proportional gadget and two button gadgets with approriate imagery to make up a scrollbar.