DeskbarSetting:: DeskbarSetting(int position, bool expanded)
onstructor of the DeskbarSetting Class .
-
bool isExpanded()
- Check if the deskbar is expanded
-
void Expand()
- Force the deskbar to expand
-
void location(int where)
- According to the parameter it moove the deskbar.
-
bool expanded
- expand state of the deskbar
-
int position
- position of the deskbar
-
BDeskbar deskbar
- reference to the deskbar
Documentation
onstructor of the DeskbarSetting Class .
bool isExpanded()
- Check if the deskbar is expanded
void Expand()
- Force the deskbar to expand
void location(int where)
- According to the parameter it moove the deskbar.
- Parameters:
- In - the top right corner (expanded or contracted). => case 1
Expanded (only) along the top.=> case 2
In the top left corner (expanded or contracted). => case 3
Contracted (only) in bottom left corner. => case 4
Expanded (only) along the bottom.=> case 5
Contracted (only) in bottom right corner. => case 6
- Parameters:
- position - In the top right corner (expanded or contracted). => case 1
Expanded (only) along the top.=> case 2
In the top left corner (expanded or contracted). => case 3
Contracted (only) in bottom left corner. => case 4
Expanded (only) along the bottom.=> case 5
Contracted (only) in bottom right corner. => case 6
@ param expanded whenever or not the desbar is expanded
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.