API Reference
Command
New-HtmlXButtonToolbar
Creates a button toolbar container.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
New-HtmlXButtonToolbar {
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXButtonToolbar [-Content <ScriptBlock>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds button groups to the toolbar.
Outputs
HtmlForgeX.TablerButtonToolbar