Search Results for

    Show / Hide Table of Contents

    Class NumericUpDown

    Numeric control for use in studio

    Inheritance
    System.Object
    NumericUpDown
    Namespace: Simplic.UI.Control
    Assembly: Simplic.UI.dll
    Syntax
    public class NumericUpDown : RadNumericUpDown

    Constructors

    | Improve this Doc View Source

    NumericUpDown()

    Constructor

    Declaration
    public NumericUpDown()

    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