Class TextEditorBox
- Namespace
- HeBianGu.Control.TextEditor
- Assembly
- HeBianGu.Control.TextEditor.dll
public class TextEditorBox : ItemsControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
TextEditorBox
- Implements
- Inherited Members
- Extension Methods
Constructors
TextEditorBox()
public TextEditorBox()
Fields
ButtonStyleProperty
public static readonly DependencyProperty ButtonStyleProperty
Field Value
CancelModeProperty
public static readonly DependencyProperty CancelModeProperty
Field Value
DataSourceProperty
public static readonly DependencyProperty DataSourceProperty
Field Value
DefaultTypeProperty
public static readonly DependencyProperty DefaultTypeProperty
Field Value
EditActiveModeProperty
public static readonly DependencyProperty EditActiveModeProperty
Field Value
ToolContentProperty
public static readonly DependencyProperty ToolContentProperty
Field Value
UseAddButtonProperty
public static readonly DependencyProperty UseAddButtonProperty
Field Value
UseCancelProperty
public static readonly DependencyProperty UseCancelProperty
Field Value
UseSureProperty
public static readonly DependencyProperty UseSureProperty
Field Value
Properties
ButtonStyle
public Style ButtonStyle { get; set; }
Property Value
CancelMode
public CancelMode CancelMode { get; set; }
Property Value
DataSource
public IEnumerable DataSource { 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
ToolContent
public object ToolContent { get; set; }
Property Value
UseAddButton
public bool UseAddButton { get; set; }
Property Value
UseCancel
[Bindable(true)]
public bool UseCancel { get; set; }
Property Value
UseSure
[Bindable(true)]
public bool UseSure { get; set; }
Property Value
Methods
OnItemsChanged(NotifyCollectionChangedEventArgs)
Invoked when the Items property changes.
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgsInformation about the change.