Method AddDefaultComboBoxBtn
AddDefaultComboBoxBtn(SvgImage?, EventHandler?)
Adds a default combo box button with optional SVG override.
public virtual ObjectUniqueId AddDefaultComboBoxBtn(SvgImage? svg, EventHandler? action = null)
Parameters
svgSvgImageThe SVG image associated with the button. This parameter can be used to specify optional image override.
actionEventHandlerThe action to perform when the button is clicked.
Returns
- ObjectUniqueId
The unique ID of the added button.