Class ComboBox
Simplic combobox
Inheritance
System.Object
ComboBox
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public class ComboBox : RadComboBox
Constructors
| Improve this Doc View SourceComboBox()
Initialize combobox
Declaration
public ComboBox()
Methods
| Improve this Doc View SourceOnGotFocus(RoutedEventArgs)
Custom got focus logic
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |
OnLostFocus(RoutedEventArgs)
Custom lost focus logic
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |