Class TextEditor
- Namespace
- HeBianGu.Control.TextEditor
- Assembly
- HeBianGu.Control.TextEditor.dll
[TemplatePart(Name = "PART_TextBlock", Type = typeof(TextBlock))]
[TemplatePart(Name = "PART_TextBox", Type = typeof(TextBox))]
public class TextEditor : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
TextEditor
- Implements
- Inherited Members
- Extension Methods
Constructors
TextEditor()
public TextEditor()
Fields
CancelModeProperty
public static readonly DependencyProperty CancelModeProperty
Field Value
ContentProperty
public static readonly DependencyProperty ContentProperty
Field Value
DefaultTypeProperty
public static readonly DependencyProperty DefaultTypeProperty
Field Value
EditActiveModeProperty
public static readonly DependencyProperty EditActiveModeProperty
Field Value
EditTextProperty
public static readonly DependencyProperty EditTextProperty
Field Value
IsEdittingProperty
public static readonly DependencyProperty IsEdittingProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
SaveDatadRoutedEvent
public static readonly RoutedEvent SaveDatadRoutedEvent
Field Value
TextBlockStyleProperty
public static readonly DependencyProperty TextBlockStyleProperty
Field Value
TextBoxStyleProperty
public static readonly DependencyProperty TextBoxStyleProperty
Field Value
TextProperty
public static readonly DependencyProperty TextProperty
Field Value
UseCancelProperty
public static readonly DependencyProperty UseCancelProperty
Field Value
UseSureProperty
public static readonly DependencyProperty UseSureProperty
Field Value
Properties
Cancel
public static RoutedCommand Cancel { get; }
Property Value
CancelMode
public CancelMode CancelMode { get; set; }
Property Value
Content
public object Content { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
DefaultType
public Type DefaultType { get; set; }
Property Value
EditActiveMode
public EditActiveMode EditActiveMode { get; set; }
Property Value
EditText
public string EditText { get; set; }
Property Value
IsEditting
public bool IsEditting { get; set; }
Property Value
Message
public string Message { get; set; }
Property Value
Sure
public static RoutedCommand Sure { get; }
Property Value
Text
public string Text { get; set; }
Property Value
TextBlockStyle
public Style TextBlockStyle { get; set; }
Property Value
TextBoxKey
public static ComponentResourceKey TextBoxKey { get; }
Property Value
TextBoxStyle
public Style TextBoxStyle { get; set; }
Property Value
TextKey
public static ComponentResourceKey TextKey { get; }
Property Value
UseCancel
[Bindable(true)]
public bool UseCancel { get; set; }
Property Value
UseSure
[Bindable(true)]
public bool UseSure { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnSaveDatad()
protected void OnSaveDatad()
Events
SaveDatad
public event RoutedEventHandler SaveDatad