ShowButton
function ShowButton(id: string, bShow: boolean, align: string): void
Description
Shows or hides buttons in the header.
Parameters
- id
string
The button ID.
- bShow
boolean
The flag specifies whether the button is shown (true) or hidden (false).
- align
string
The parameter indicates whether the button will be displayed on the right side of the window or on the left. The default value is "left".
Returns
void