Search Results for

    Show / Hide Table of Contents

    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 Source

    ComboBox()

    Initialize combobox

    Declaration
    public ComboBox()

    Methods

    | Improve this Doc View Source

    OnGotFocus(RoutedEventArgs)

    Custom got focus logic

    Declaration
    protected override void OnGotFocus(RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e
    | Improve this Doc View Source

    OnLostFocus(RoutedEventArgs)

    Custom lost focus logic

    Declaration
    protected override void OnLostFocus(RoutedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.RoutedEventArgs e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx