Table of Contents

Method AddDefaultComboBoxBtn

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddDefaultComboBoxBtn(SvgImage?, EventHandler?)

Adds a default combo box button with optional SVG override.

public virtual ObjectUniqueId AddDefaultComboBoxBtn(SvgImage? svg, EventHandler? action = null)

Parameters

svg SvgImage

The SVG image associated with the button. This parameter can be used to specify optional image override.

action EventHandler

The action to perform when the button is clicked.

Returns

ObjectUniqueId

The unique ID of the added button.