DevLib.ModernUI by Yu Guan

<PackageReference Include="DevLib.ModernUI" Version="2.15.5.600" />

 ModernComboBox

ModernComboBox user control.
public ModernColorStyle ColorStyle { get; set; }

Gets or sets modern color style.

public bool DisplayFocus { get; set; }

Gets or sets a value indicating whether display focus rectangle.

public DrawMode DrawMode { get; set; }

Gets or sets draw mode.

public ComboBoxStyle DropDownStyle { get; set; }

Gets or sets drop down style.

public ModernFontSize FontSize { get; set; }

Gets or sets text font size.

public ModernFontWeight FontWeight { get; set; }

Gets or sets text font weight.

public bool IsDrawPrompt { get; }

Gets a value indicating whether draw prompt text.

public string PromptText { get; set; }

Gets or sets prompt text.

public ModernStyleManager StyleManager { get; set; }

Gets or sets modern style manager.

public ModernThemeStyle ThemeStyle { get; set; }

Gets or sets modern theme style.

public bool UseCustomBackColor { get; set; }

Gets or sets a value indicating whether use custom BackColor.

public bool UseCustomForeColor { get; set; }

Gets or sets a value indicating whether use custom ForeColor.

public bool UseSelectable { get; set; }

Gets or sets a value indicating whether the control can receive focus.

public bool UseStyleColors { get; set; }

Gets or sets a value indicating whether use StyleColors.

Event CustomPaint.

Event CustomPaintBackground.

Event CustomPaintForeground.

public ModernComboBox()

Initializes a new instance of the ModernComboBox class.

protected virtual void OnCustomPaint(ModernPaintEventArgs e)

Raises the CustomPaint event.

Raises the CustomPaintBackground event.

Raises the CustomPaintForeground event.

protected virtual void OnPaintForeground(PaintEventArgs e)

OnPaintForeground method.