Search Results for

    Show / Hide Table of Contents

    Class SyTextBox

    Inheritance
    System.Object
    SyTextBox
    Implements
    INotifyPropertyChanged
    IValueBinding
    Simplic.Framework.UI.IBaseUIControl
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SyTextBox : TextBox, IValueBinding

    Constructors

    | Improve this Doc View Source

    SyTextBox()

    SyTextBox - Constructor

    Declaration
    public SyTextBox()

    Fields

    | Improve this Doc View Source

    BackgroundValueProperty

    Declaration
    public static readonly DependencyProperty BackgroundValueProperty
    Field Value
    Type Description
    DependencyProperty

    Properties

    | Improve this Doc View Source

    BackgroundValue

    Declaration
    public string BackgroundValue { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ContentType

    ContentType

    Declaration
    public SyTextBoxType ContentType { get; set; }
    Property Value
    Type Description
    SyTextBoxType
    | Improve this Doc View Source

    ForceValidation

    Declaration
    public bool ForceValidation { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ItemBoxConfiguration

    ItemBox-Configuration: UseIB=true;UseValidation=true;ReturnColumn=DisplayName;BGReturnColumn=ident;IB=MeineIB;CstrName=AC_ConnectionString;ValidStatement=select...

    Declaration
    public string ItemBoxConfiguration { set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SyTextBoxStatus

    Declaration
    public SyTextBoxStatus SyTextBoxStatus { get; set; }
    Property Value
    Type Description
    SyTextBoxStatus
    | Improve this Doc View Source

    TabWithEnter

    Declaration
    public bool TabWithEnter { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TextEqualsBackgroundValue

    Declaration
    public bool TextEqualsBackgroundValue { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TextWasCalculated

    Declaration
    public bool TextWasCalculated { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Validable

    Declaration
    public IValidable Validable { get; set; }
    Property Value
    Type Description
    IValidable
    | Improve this Doc View Source

    ValidateOnEnter

    Declaration
    public bool ValidateOnEnter { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ValidateOnLostFocus

    Declaration
    public bool ValidateOnLostFocus { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ValueBindingPropertyName

    Declaration
    public string ValueBindingPropertyName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Create()

    Create Mask-System

    Declaration
    public static void Create()
    | Improve this Doc View Source

    DoValidation()

    Do Valiadtion

    Declaration
    public void DoValidation()
    | Improve this Doc View Source

    GetBindingValue()

    Declaration
    public object GetBindingValue()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IsValidated()

    Declaration
    public bool IsValidated()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnPropertyChanged(String)

    property Changed

    Declaration
    public void OnPropertyChanged(string PropertyName)
    Parameters
    Type Name Description
    System.String PropertyName
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()
    | Improve this Doc View Source

    SetBindingValue(Object)

    Declaration
    public void SetBindingValue(object Binding)
    Parameters
    Type Name Description
    System.Object Binding
    | Improve this Doc View Source

    SetValues(String, String, SyTextBoxStatus)

    Set Text, Background und Status-Value

    Declaration
    public void SetValues(string Text, string BackgroundValue, SyTextBoxStatus Type = default(SyTextBoxStatus))
    Parameters
    Type Name Description
    System.String Text

    Text

    System.String BackgroundValue

    Background Value

    SyTextBoxStatus Type

    Type

    | Improve this Doc View Source

    SyTextBox_PreviewTextInput(Object, TextCompositionEventArgs)

    Preview TextInput

    Declaration
    public void SyTextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    TextCompositionEventArgs e

    Events

    | Improve this Doc View Source

    OnInlineKeyEventHandler

    Preview KeyDown

    Declaration
    public event KeyEventHandler OnInlineKeyEventHandler
    Event Type
    Type Description
    KeyEventHandler
    | Improve this Doc View Source

    OnSetValueEventHandler

    Value is set

    Declaration
    public event SyTextBox.OnSetValue OnSetValueEventHandler
    Event Type
    Type Description
    SyTextBox.OnSetValue
    | Improve this Doc View Source

    OnValidationEventHandler

    Validation Event

    Declaration
    public event SyTextBox.OnValidation OnValidationEventHandler
    Event Type
    Type Description
    SyTextBox.OnValidation
    | Improve this Doc View Source

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged
    IValueBinding
    Simplic.Framework.UI.IBaseUIControl
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx