[]
A text box-based control with ability to display and edit tags.
[ToolboxBitmap(typeof(C1TagEditor), "C1TagEditor.png")]
public class C1TagEditor : XViewHost
Name | Description |
---|---|
C1TagEditor() | Initializes a new instance of the C1TagEditor class. |
Name | Description |
---|---|
AutoSize | |
BackColor | |
BindingInfo | Contains information about data binding. |
BorderColor | Gets or sets the color of the control border. |
BorderStyle | Gets or sets the BorderStyle value determining the type of border around the control. |
DisplayMode | Gets or sets a value indicates whether to show tag mode or text mode. |
Placeholder | Gets or sets the string shown as a hint when the control is empty. |
ReadOnly | Gets or sets a value indicating whether text editor in the C1TagEditor is read-only. |
Separator | Defines a separator string to separate items in text mode. |
ShowRemoveButton | Gets or sets a value indicates whether to show remove button in each tag. |
Styles | Gets or sets styles. |
TagWrap | Indicates whether a tag editor control automatically wraps tags to the beginning of the next line when necessary. |
Tags | Gets the collection of tags in this C1TagEditor. |
Text | Gets or sets the text associated with this control. |
Name | Description |
---|---|
Dispose(bool) | |
IsInputKey(Keys) | |
OnEnabledChanged(EventArgs) | |
OnRightToLeftChanged(EventArgs) | Fires the RightToLeftChanged event. |
OnStylesChanged(EventArgs) | Rises the StylesChanged event. |
Name | Description |
---|---|
StylesChanged | Occurs when theme or some style has changed. |