Class SyTextBox
Inheritance
System.Object
SyTextBox
Implements
INotifyPropertyChanged
Simplic.Framework.UI.IBaseUIControl
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class SyTextBox : TextBox, IValueBinding
Constructors
|
Improve this Doc
View Source
SyTextBox()
Declaration
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
Declaration
public SyTextBoxType ContentType { get; set; }
Property Value
|
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
|
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
|
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()
Declaration
public static void Create()
|
Improve this Doc
View Source
DoValidation()
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)
Declaration
public void OnPropertyChanged(string PropertyName)
Parameters
Type |
Name |
Description |
System.String |
PropertyName |
|
|
Improve this Doc
View Source
Reset()
Declaration
|
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)
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
Declaration
public event KeyEventHandler OnInlineKeyEventHandler
Event Type
Type |
Description |
KeyEventHandler |
|
|
Improve this Doc
View Source
OnSetValueEventHandler
Declaration
public event SyTextBox.OnSetValue OnSetValueEventHandler
Event Type
|
Improve this Doc
View Source
OnValidationEventHandler
Declaration
public event SyTextBox.OnValidation OnValidationEventHandler
Event Type
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
PropertyChangedEventHandler |
|
Implements
INotifyPropertyChanged
Simplic.Framework.UI.IBaseUIControl