2. Overview Toolbar and StatusbarΒΆ
Toolbar und Statusbar |
|
---|---|
AppGetBar checks if the status bar or one of the toolbars is visible. |
|
AppProgressCreate creates a process control in the status bar or a dialog box with a progress control and a Cancel button. |
|
AppProgressDialog creates a dialog box with a progress control and a Cancel button. |
|
AppProgressStepIt advances the current position for a progress bar ontrol by the step increment and redraws the bar to reflect the new position. |
|
AppSetBar switches the status bar or one of the toolbars on or off. |
|
AppSetStatusBarText prints text into the status bar |
|
RegisterCommand adds a new command to the command table for the User Toolbar. The registered commands can be added to the ToolBar using the command Tools=>Customize User Toolbar. |
|
UserBar_Add adds a new command to the user toolbar. The command must be registered with RegisterCommand. |
ComboBoxes in ToolBar |
|
---|---|
ComboAddString adds a string to the end of the list box of a combo box. |
|
ComboResetContent removes all items from the list box and edit control of a combo box. |
|
ComboSelectString searches for a string in the list box of a combo box and, if the string is found, selects the string in the list box and copies the string to the edit control. |
See also
id-667487