Method SetLabelImageAsComboBox
SetLabelImageAsComboBox(HVAlignment?, CoordAndUnit?)
Configures the label image to represent a combo box control.
public virtual void SetLabelImageAsComboBox(HVAlignment? align = null, CoordAndUnit? size = null)
Parameters
alignHVAlignment?The alignment of the label image. If null, a default alignment is used.
sizeCoordAndUnit?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.