Unit 'MUIClass.Gadget' Package
[Overview][Classes][Index] [#MUIClass]

TMUIScrollbar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Prop Gadget with two buttons to scroll

Declaration

Source position: MUIClass.Gadget.pas line 110

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;

Inheritance

TMUIScrollbar

  

Prop Gadget with two buttons to scroll

|

TMUIProp

  

The well known proportional gadgets.

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject

Description

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.


Documentation generated on: 2024-03-18