Class EditorBase
Inheritance
System.Object
EditorBase
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class EditorBase : TextBox, IDisposable
Constructors
EditorBase()
Declaration
Fields
ApplyNegativeForegroundProperty
Identifies the IsApplyNegativeColorProperty.
Declaration
public static readonly DependencyProperty ApplyNegativeForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
ApplyZeroColorProperty
Identifies the IsApplyZeroColorProperty.
Declaration
public static readonly DependencyProperty ApplyZeroColorProperty
Field Value
Type |
System.Windows.DependencyProperty |
ContentElementVisibilityProperty
Declaration
public static readonly DependencyProperty ContentElementVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
CornerRadiusProperty
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
Type |
System.Windows.DependencyProperty |
CultureProperty
Declaration
public static readonly DependencyProperty CultureProperty
Field Value
Type |
System.Windows.DependencyProperty |
EditorForegroundProperty
Declaration
public static readonly DependencyProperty EditorForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Using a DependencyProperty as the backing store for EnableExtendedScrolling. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableExtendedScrollingProperty
Field Value
Type |
System.Windows.DependencyProperty |
EnableFocusColorsProperty
Declaration
public static readonly DependencyProperty EnableFocusColorsProperty
Field Value
Type |
System.Windows.DependencyProperty |
EnableRangeAdornerProperty
Using a DependencyProperty as the backing store for EnableRangeAdorner. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableRangeAdornerProperty
Field Value
Type |
System.Windows.DependencyProperty |
EnableTouchProperty
Using a DependencyProperty as the backing store for EnableTouch. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty EnableTouchProperty
Field Value
Type |
System.Windows.DependencyProperty |
EnterToMoveNextProperty
Declaration
public static readonly DependencyProperty EnterToMoveNextProperty
Field Value
Type |
System.Windows.DependencyProperty |
FocusedBorderBrushProperty
Declaration
public static readonly DependencyProperty FocusedBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsCaretAnimationEnabledProperty
Declaration
public static readonly DependencyProperty IsCaretAnimationEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsNegativeProperty
Identifies the IsNegativeProperty.
Declaration
public static readonly DependencyProperty IsNegativeProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsNullProperty
Declaration
public static readonly DependencyProperty IsNullProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty IsScrollingOnCircleProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsUndoEnabledProperty
Declaration
public static readonly DependencyProperty IsUndoEnabledProperty
Field Value
Type |
System.Windows.DependencyProperty |
IsZeroProperty
Identifies the IsZeroProperty.
Declaration
public static readonly DependencyProperty IsZeroProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaskedTextProperty
Declaration
public static readonly DependencyProperty MaskedTextProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaxValidationProperty
Declaration
public static readonly DependencyProperty MaxValidationProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaxValueOnExceedMaxDigitProperty
Declaration
public static readonly DependencyProperty MaxValueOnExceedMaxDigitProperty
Field Value
Type |
System.Windows.DependencyProperty |
MinValidationProperty
Declaration
public static readonly DependencyProperty MinValidationProperty
Field Value
Type |
System.Windows.DependencyProperty |
MinValueOnExceedMinDigitProperty
Declaration
public static readonly DependencyProperty MinValueOnExceedMinDigitProperty
Field Value
Type |
System.Windows.DependencyProperty |
NegativeForegroundProperty
Identifies the NegativeForegroundProperty.
Declaration
public static readonly DependencyProperty NegativeForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty NumberFormatProperty
Field Value
Type |
System.Windows.DependencyProperty |
PasteModeProperty
Using a DependencyProperty as the backing store for PasteMode. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PasteModeProperty
Field Value
Type |
System.Windows.DependencyProperty |
PositiveForegroundProperty
Declaration
public static readonly DependencyProperty PositiveForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
RangeAdornerBackgroundProperty
Using a DependencyProperty as the backing store for RangeAdornerBackground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RangeAdornerBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
ReadOnlyBackgroundProperty
Declaration
public static readonly DependencyProperty ReadOnlyBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
ReadOnlyProperty
Declaration
public static readonly DependencyProperty ReadOnlyProperty
Field Value
Type |
System.Windows.DependencyProperty |
SelectionForegroundProperty
Declaration
public static readonly DependencyProperty SelectionForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ShowSpinButtonProperty
Field Value
Type |
System.Windows.DependencyProperty |
TextSelectionOnFocusProperty
Declaration
public static readonly DependencyProperty TextSelectionOnFocusProperty
Field Value
Type |
System.Windows.DependencyProperty |
UseNullOptionProperty
Declaration
public static readonly DependencyProperty UseNullOptionProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkBackgroundProperty
Declaration
public static readonly DependencyProperty WatermarkBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkOpacityProperty
Declaration
public static readonly DependencyProperty WatermarkOpacityProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkTemplateProperty
Identifies the WaterMarkTemplate dependency property.
Declaration
public static DependencyProperty WatermarkTemplateProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkTextForegroundProperty
Declaration
public static readonly DependencyProperty WatermarkTextForegroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkTextIsVisibleProperty
Declaration
public static readonly DependencyProperty WatermarkTextIsVisibleProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkTextProperty
Identifies the WaterMarkText dependency property.
Declaration
public static DependencyProperty WatermarkTextProperty
Field Value
Type |
System.Windows.DependencyProperty |
WatermarkVisibilityProperty
Identifies the WaterMarkVisibility dependency property.
Declaration
public static DependencyProperty WatermarkVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
ZeroColorProperty
Identifies the ZeroColorProperty.
Declaration
public static readonly DependencyProperty ZeroColorProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
ApplyNegativeForeground
Gets or sets a value indicating whether this instance is enable negative.
Declaration
public bool ApplyNegativeForeground { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is enable negative; otherwise, false .
|
ApplyZeroColor
Gets or sets a value indicating whether this instance is apply zero color.
Declaration
public bool ApplyZeroColor { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is apply zero color; otherwise, false .
|
ContentElementVisibility
Declaration
public Visibility ContentElementVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
CornerRadius
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
Type |
System.Windows.CornerRadius |
Culture
Gets or sets the culture.
Declaration
public CultureInfo Culture { get; set; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
The culture.
|
EditorForeground
Gets or sets the editor foreground.
Declaration
public Brush EditorForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
The editor foreground.
|
Get or Set EnableExtendedScrolling
Declaration
public bool EnableExtendedScrolling { get; set; }
Property Value
EnableFocusColors
Gets or sets a value indicating whether [enable focus colors].
Declaration
public bool EnableFocusColors { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [enable focus colors]; otherwise, false .
|
EnableRangeAdorner
Get or Set EnableRangeAdorner
Declaration
public bool EnableRangeAdorner { get; set; }
Property Value
EnableTouch
Declaration
public bool EnableTouch { get; set; }
Property Value
EnterToMoveNext
Declaration
public bool EnterToMoveNext { get; set; }
Property Value
FocusedBorderBrush
Declaration
[Obsolete("Property will not help due to internal arhitecture changes")]
public Brush FocusedBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
IsCaretAnimationEnabled
Declaration
[Obsolete("Property will not help due to internal arhitecture changes")]
public bool IsCaretAnimationEnabled { get; set; }
Property Value
IsNegative
Gets or sets a value indicating whether this instance is negative.
Declaration
public bool IsNegative { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is negative; otherwise, false .
|
IsNull
Gets or sets a value indicating whether this instance is null.
Declaration
public bool IsNull { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is null; otherwise, false .
|
Declaration
public bool IsScrollingOnCircle { get; set; }
Property Value
IsUndoEnabled
Gets or sets a value indicating whether this instance is undo enabled.
Declaration
public bool IsUndoEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
To remove Warnings
true if this instance is undo enabled; otherwise, false .
|
IsZero
Gets or sets a value indicating whether this instance is zero.
Declaration
public bool IsZero { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if this instance is zero; otherwise, false .
|
MaskedText
Gets or sets the masked text.
Declaration
public string MaskedText { get; set; }
Property Value
Type |
Description |
System.String |
The masked text.
|
MaxValidation
Gets or sets the max validation.
Declaration
public MaxValidation MaxValidation { get; set; }
Property Value
MaxValueOnExceedMaxDigit
Gets or sets a value indicating whether [max value on exceed max digit].
Declaration
public bool MaxValueOnExceedMaxDigit { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [max value on exceed max digit]; otherwise, false .
|
MinValidation
Gets or sets the min validation.
Declaration
public MinValidation MinValidation { get; set; }
Property Value
MinValueOnExceedMinDigit
Gets or sets a value indicating whether [min value on exceed min digit].
Declaration
public bool MinValueOnExceedMinDigit { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [min value on exceed min digit]; otherwise, false .
|
NegativeForeground
Gets or sets the negative foreground.
Declaration
public Brush NegativeForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
The negative foreground.
|
Gets or sets the number format.
Declaration
public NumberFormatInfo NumberFormat { get; set; }
Property Value
Type |
Description |
System.Globalization.NumberFormatInfo |
The number format.
|
PasteMode
Gets or sets the mode of paste operation
Declaration
public PasteMode PasteMode { get; set; }
Property Value
PositiveForeground
Gets or sets the positive foreground.
Declaration
public Brush PositiveForeground { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
The positive foreground.
|
RangeAdornerBackground
Get or Set RangeAdornerBackground
Declaration
public Brush RangeAdornerBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
ReadOnly
Declaration
[Obsolete("Use IsReadOnly Property")]
public bool ReadOnly { get; set; }
Property Value
ReadOnlyBackground
Declaration
[Obsolete("Property will not help due to internal arhitecture changes")]
public Brush ReadOnlyBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
SelectionForeground
Declaration
[Obsolete("Property will not help due to internal arhitecture changes")]
public Brush SelectionForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Gets or sets the value that indicates the visibility of spin button which allows users to increment and decrement the values by pressing the up, down buttons.
Declaration
public bool ShowSpinButton { get; set; }
Property Value
Type |
Description |
System.Boolean |
By default, the value of the property is false .
|
TextSelectionOnFocus
Declaration
public bool TextSelectionOnFocus { get; set; }
Property Value
UseNullOption
Gets or sets a value indicating whether [use null option].
Declaration
public bool UseNullOption { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if [use null option]; otherwise, false .
|
WatermarkBackground
Declaration
public Brush WatermarkBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
WatermarkOpacity
Declaration
public double WatermarkOpacity { get; set; }
Property Value
WatermarkTemplate
Gets or sets the water mark template.
Declaration
public DataTemplate WatermarkTemplate { get; set; }
Property Value
Type |
Description |
System.Windows.DataTemplate |
The water mark template.
|
WatermarkText
Gets or sets the water mark text.
Declaration
public string WatermarkText { get; set; }
Property Value
Type |
Description |
System.String |
The water mark text.
|
WatermarkTextForeground
Declaration
public Brush WatermarkTextForeground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
WatermarkTextIsVisible
Declaration
public bool WatermarkTextIsVisible { get; set; }
Property Value
WatermarkVisibility
Gets or sets the water mark visibility.
Declaration
public Visibility WatermarkVisibility { get; set; }
Property Value
Type |
Description |
System.Windows.Visibility |
The water mark visibility.
|
ZeroColor
Gets or sets the color of the zero.
Declaration
public Brush ZeroColor { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
The color of the zero.
|
Methods
Dispose()
Declaration
OnApplyNegativeForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnApplyNegativeForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnApplyNegativeForegroundChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnApplyNegativeForegroundChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnApplyZeroColorChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnApplyZeroColorChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnApplyZeroColorChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnApplyZeroColorChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Declaration
protected override void OnContextMenuOpening(ContextMenuEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Controls.ContextMenuEventArgs |
e |
|
OnCornerRadiusChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnCornerRadiusChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnCultureChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [culture changed].
Declaration
public static void OnCultureChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
The obj.
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
|
OnCultureChanged(DependencyPropertyChangedEventArgs)
Raises the CultureChanged event.
Declaration
protected void OnCultureChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
|
OnDrop(DragEventArgs)
Declaration
protected override void OnDrop(DragEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.DragEventArgs |
e |
|
Declaration
public static void OnEnableExtendedScrollingChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnEnableTouchChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnEnableTouchChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnEnterToMoveNextChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnEnterToMoveNextChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnEnterToMoveNextChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnEnterToMoveNextChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnFocusedBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnFocusedBackgroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnFocusedBorderBrushChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnFocusedBorderBrushChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnFocusedForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnFocusedForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnForegroundChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnForegroundChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnGotFocus(RoutedEventArgs)
Called before System.Windows.UIElement.GotFocus event occurs.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.RoutedEventArgs |
e |
The data for the event.
|
OnIsNegativeChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsNegativeChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsNegativeChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnIsNegativeChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsNullChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsNullChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsNullChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnIsNullChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsUndoEnabledChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsUndoEnabledChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsUndoEnabledChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnIsUndoEnabledChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsZeroChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnIsZeroChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnIsZeroChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnIsZeroChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnLostFocus(RoutedEventArgs)
Called before System.Windows.UIElement.LostFocus event occurs.
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.RoutedEventArgs |
e |
The data for the event.
|
OnMinValidationChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnMinValidationChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnNegativeForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnNegativeForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnNegativeForegroundChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnNegativeForegroundChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Called when [number format changed].
Declaration
public static void OnNumberFormatChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
The obj.
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
|
Raises the NumberFormatChanged event.
Declaration
protected void OnNumberFormatChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
|
OnPositiveForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnPositiveForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnPositiveForegroundChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnPositiveForegroundChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Invoked on PreviewKeyDown
Declaration
protected override void OnPreviewKeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.KeyEventArgs |
e |
|
Invoked on MouseLeftButton down
Declaration
protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Input.MouseButtonEventArgs |
e |
|
OnReadOnlyBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnReadOnlyBackgroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnTextSelectionOnFocusChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnTextSelectionOnFocusChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnTextSelectionOnFocusChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnTextSelectionOnFocusChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnUseNullOptionChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Invoked while UseNullOption Changed
Declaration
public static void OnUseNullOptionChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnUseNullOptionChanged(DependencyPropertyChangedEventArgs)
Virtual Method for UseNullOption
Declaration
public virtual void OnUseNullOptionChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnWaterMarkTemplateChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when [water mark template changed].
Declaration
public static void OnWaterMarkTemplateChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
The obj.
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data.
|
OnWaterMarkTemplateChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnWaterMarkTemplateChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnWaterMarkTextChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnWaterMarkTextChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnWaterMarkTextChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnWaterMarkTextChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnWatermarkVisibilityPropertyChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnWatermarkVisibilityPropertyChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnWatermarkVisibilityPropertyChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnWatermarkVisibilityPropertyChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnZeroNegativeColorChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void OnZeroNegativeColorChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyObject |
obj |
|
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
OnZeroNegativeColorChanged(DependencyPropertyChangedEventArgs)
Declaration
protected void OnZeroNegativeColorChanged(DependencyPropertyChangedEventArgs args)
Parameters
Type |
Name |
Description |
System.Windows.DependencyPropertyChangedEventArgs |
args |
|
Events
CultureChanged
Declaration
public event PropertyChangedCallback CultureChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
EnterToMoveNextChanged
Declaration
public event PropertyChangedCallback EnterToMoveNextChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
IsUndoEnabledChanged
Declaration
public event PropertyChangedCallback IsUndoEnabledChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
IsValueNegativeChanged
Declaration
public event PropertyChangedCallback IsValueNegativeChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
NegativeForegroundChanged
Declaration
public event PropertyChangedCallback NegativeForegroundChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
Declaration
public event PropertyChangedCallback NumberFormatChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
TextSelectionOnFocusChanged
Occurs when [text selection on focus changed].
Declaration
public event PropertyChangedCallback TextSelectionOnFocusChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
WaterMarkTemplateChanged
Declaration
public event PropertyChangedCallback WaterMarkTemplateChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
WaterMarkTextChanged
Declaration
public event PropertyChangedCallback WaterMarkTextChanged
Event Type
Type |
System.Windows.PropertyChangedCallback |
Implements
System.IDisposable