CommandX [X CO-ORDINATE]
|
The horizontal co-ordinate of the Command Box's screen position.
Default: 0
|
CommandY [Y CO-ORDINATE]
|
The vertical co-ordinate of the Command Box's screen position.
Default: 0
|
CommandWidth [NUMBER]
|
Sets the width of the Command Box, in pixels.
Default: 160
|
CommandHeight [NUMBER]
|
Sets the height of the Command Box, in pixels.
Default: 20
|
CommandBorderSize [NUMBER]
|
Defines a uniform border width in pixels for all sides of the Command Box.
Default: -1 (No Border)
|
CommandTextSize [NUMBER]
|
Defines the font size to be used within the Command Box.
Default: 14
|
CommandBGColor [COLOR]
|
Allows you to set the background color of the Command Box.
Default: FFFFFF
|
CommandTextColor [COLOR]
|
Defines the font color to be used within the Command Box.
Default: 000000
|
CommandBorderColor [COLOR]
|
Sets the color to be used for the border around the Command Box.
Default: FFFFFF
|
CommandTextFontFace [FONT]
|
Defines the font to be used within the Command Box.
Default: Arial
|
CommandBottomBorderSize [NUMBER] CommandTopBorderSize [NUMBER] CommandLeftBorderSize [NUMBER] CommandRightBorderSize [NUMBER]
|
Allows you to specify separate border widths in pixels for each side
of the Command Box.
Note: Use this only when you have not defined CommandBorderSize
Default: 2
|
CommandHideOnUnfocus [BOOL]
|
Hides the Command Box it loses focus.
|
CommandHiddenOnStart [BOOL]
|
Hides the Command Box when LiteStep first starts up and after you !Recycle.
|
CommandNotAlwaysOnTop [BOOL]
|
Allows you to let applications appear on top of the Command Box.
|
CommandSelectAllOnFocus [BOOL]
|
Sets the Command Box to highlight all text in the Command Box once it gets
the focus. This way you can easily delete all text in the Command Box
without highlighting everything.
|
CommandNoClearOnCommand [BOOL]
|
Allows you to keep the last executed command in the Command Box even after
it is executed.
|
CommandBevel [BOOL]
|
Creates a 3D bevel around the Command Box.
|
CommandBevelSize [NUMBER]
|
Sets the size of the bevel around the Command Box in pixels.
Default: 1
|
CommandBevelLightColor [COLOR]
|
Set the light color to be used in the 3D bevel.
Default: 3D Highlight (from Windows Display Properties)
|
CommandBevelDarkColor [COLOR]
|
Set the dark color to be used in the 3D bevel.
Default: 3D Shadow (from Windows Display Properties)
|
CommandNotMoveable [BOOL]
|
This setting configures the Command Box so that it is no longer dragable.
|
CommandRememberPosition [BOOL]
|
With this option you can store the previous position of the Command Box so
you can have it return there later using !CommandResetPos.
|