ToolStrip object properties
Text Gurubu:
Contains Tool Tip property.
ToolStrip - Animation Group
Toolstrip and it's elements with pictures
The object for creating toolbar. It can contain Buton, Label, Combobox, Textbox and ProgressBar.
It can be used by specifying picture on items depending it's purpose.
It has no item when it first added to screen.
Item Group:
Contains Add New Item and Clear All Items properties which allows adding an element and removing all elements.
Add New Item:
Adds an element to Toolstrip. Buton, Label, Separator, Combobox, Textbox and ProgressBar can be added by selecting from combobox.
Clear All Items:
Clears all elements in Toolstrip.
Back Color Gurubu:
Contains Off Color and Default properties which specifies background color.
Background picture position can be set from bottom combobox.
Default:
Sets background color to the default.
You control ToolStrip layout by choosing one of the members of combobox at the top.
StackWithOverflow: Specifies that items are laid out automatically.
HorizontalStackWithOverflow:Specifies that items are laid out horizontally and overflow as necessary.
VerticalStackWithOverflow:Specifies that items are laid out vertically, are centered within the control, and overflow as necessary.
Flow: Specifies that items flow horizontally or vertically as necessary.
Table: Specifies that items are laid out flush left.
Middle Combobox sets the painting styles to be applied to the ToolStrip.
ManagerRenderMode, Proffessional or System can be selected.
Bottom combobox sets which edge of the screen a ToolStrip is docked to.
ToolStrip - Item - Add New Item property
ToolStrip - Item - Clear All Items property
ToolStrip - BackColor Group
ToolStrip - BackColor - Off Color property
ToolStrip - BackColor - Default property
ToolStrip - Style - Setting Layout Style
ToolStrip - Style - Setting painting style of Toolstrip
ToolStrip - Style - Docking
Adding to screen:
ToolStrip object located in .NET Component group in the menu. The menu show up when right clicked on empty space at Screen Designer.
Adding Toolstrip object to the screen
Properties:
Toolscript object has total 6 property group as Text, Back Color, Style, Animation, Enable and Item which allows adding an element and removing all elements.
Checkbox - Tool Tip property
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.
Off color:
The background color, picture and it' s position can be set here.
Color selection window opens when clicked little box under On Color property. If you want to use different color than standart colors, you can define a custom color by clicking Define Custom Color button.
For the background, you can select a picture by clicking background image.
Background picture selection window
ToolStrip - Animation - Visible property
ToolStrip - Animation - Location X property
ToolStrip - Animation - Location Y property
ToolStrip - Animation - Height property
ToolStrip - Animation - Width property
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.
ToolStrip - Enable property
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.
Clear Image, removes background image.
Tool Tip in Development mode