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

TMUIScrollbar.SType

Specify the position of the scrollbar Buttons.

Declaration

Source position: MUIClass.Gadget.pas line 124

published property TMUIScrollbar.SType : Integer
  read FType
  write SetType
  default MUIV_Scrollbar_Type_Default;

Description

Specify a certain scrollbar type. Normally, you should respect the users choice and avoid using this attribute.

Values:

MUIV_Scrollbar_Type_Default
Use the Usersetting from the Prefs, default
MUIV_Scrollbar_Type_Bottom
Both Buttons on the lower side
MUIV_Scrollbar_Type_Top
Both button on the upper side
MUIV_Scrollbar_Type_Sym
One Button on the upper and one Button on the lower side.

Documentation generated on: 2024-04-23