Table of Contents

Method SetLabelImageAsComboBox

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

SetLabelImageAsComboBox(HVAlignment?, CoordAndUnit?)

Configures the label image to represent a combo box control.

public virtual void SetLabelImageAsComboBox(HVAlignment? align = null, CoordAndUnit? size = null)

Parameters

align HVAlignment?

The alignment of the label image. If null, a default alignment is used.

size CoordAndUnit?

The size of the label image. If null, a default size is used.

Remarks

This method sets the label image to a predefined combo box representation, using optional parameters to customize its alignment and size.