Adding ProgressBar to ToolStrip
Properties:
Progressbar object has a 5 property group as Text, Alignment, Style, Visible and Value.
ToolStrip ProgressBar properties
Text Group:
Contains Tool Tip property.
ToolStrip ProgressBar - Text group
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 is shown.
In the Runtime, only message shown.
Style Group:
Contains 2 property for setting sizemode and progress style.
ToolStrip ProgressBar - Auto Size property
ToolStrip ProgressBar - Animation - Visible property
ToolStrip ProgressBar - Style property
ToolStrip ProgressBar - Value group
Can be used for displaying progress of processes.
Adding to Toolstrip:
Separator object located the Properties - Item - Add New Item group in the menu. The Menu show up when right clicked on empty space in ToolStrip.
Alignment Group:
Specifies button's alignment and position among the other toolstrip elements.
Auto Size:
Specifies that whether progressbar's size changed with toolstrip or not.
Progress Style:
Specified from bottom combobox.
ToolStrip - Alignment group
ToolStrip ProgressBar - Progress Style
Visible Group:
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.
Value:
Contains tag list and properties for determining max value, min value and progress.
Selected tag's value which selected from tag list, sets progress status according the max-min values.
ProgressBar - Min Value property
ProgressBar - Max Value property
Tool Tip in Development Mode