Adding HScrollBar object to Screen
HScrollBar object properties
HScrollBar - Text group properties
HScrollBar - Tool Tip property
Horizontal scroll bar object.
Style Gurubu:
Determines scroll increase-decrease direction
HScrollBar - Animation group
HScrollBar - Animation - Visible property
HScrollBar - Animation - Location X property
HScrollBar - Animation - Location Y property
HScrollBar - Animation - Height property
HScrollBar - Animation - Width property
Value:
Contains tag list and properties for determining max value, min value and change amount when clicked on buttons or spaces.
Selected tag's value which selected from tag list, sets bar's location according the max-min values.
The value written to the tag when bar's location changed according the max-min values.
HScrollBar - Enable property
Min. Value:
Determines minimum value of scrollbar.
Small Change
Determines amount of change when clicked on buttons.
Max. Value:
Determines maximum value of scrollbar.
Large Change:
Determines amount of change when clicked spaces on scrollbar.
HScrollBar - Style property
HScrollBar - Min Value property
HScrollBar - Value - Large Change property
HScrollBar - Value - Small Change property
HScrollBar - Max Value property
Adding to screen:
HScrollBar object located in .NET Component group in the menu. The menu show up when right clicked on empty space at Screen Designer.
Properties:
Checkbox object has a 5 property group as Text, Style, Animation, Value and Enable.
Tool Tip:
The message which will be shown when mouse waits on the object.
In the development mode, as a Tool Tip, objects name and message shown.
In the Runtime, only message shown.
Tool Tip in Development Mode
Animation Group:
Objects can be moved on horizontal and vertical axis and their size and visibilities can be changed.
Visible:
Used for determining object visibility. If tag's value 0 or negative which selected from tag list, object becomes hidden, if value bigger than 0 object becomes visible.
Location X:
Object's horizontal location can be changed by the tag which connected to object's Location X property.
Location Y:
Object's vertical location can be changed by the tag which connected to object's Location Y property.
Height:
Determines object's height. Tag's value which selected from tag list, determines object's height.
Width:
Determines objects width. Tag's value which selected from tag list, determines object's width.
Enable:
When tag's value bigger than 0, which selected from tag list, object becomes active. On other cases object is disabled.
This property can be used when accessing to object is wanted to be controlled. Additionally, accessing to object can be controlled according to User Level with PasswordLevelX tags.