AutoEditableItemStyleTextBox Class

Represents an editable ItemStyleText

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public class AutoEditableItemStyleTextBox : AutoEditableItemStyle
Inheritance
Object    ItemStyle    AutoEditableItemStyle    AutoEditableItemStyleTextBox

Constructors

Properties

Alignment gets or sets the Alignment of item.
(Inherited from ItemStyle)
Anchor Anchors the ItemStyle to the edges of the row.
(Inherited from ItemStyle)
BackColor Specifies the BackColor.
(Inherited from ItemStyle)
BorderColor Gets or sets the color of the border.
(Inherited from ItemStyle)
BorderDashStyle Gets or sets the DashStyle for the border line.
(Inherited from ItemStyle)
BorderVisible Gets or set, whether the border should be visible.
(Inherited from ItemStyle)
BorderWidth Gets or sets the thickness of the border line.
(Inherited from ItemStyle)
Bounds Gets or sets the bounds of the ItemStyle.
(Inherited from ItemStyle)
DisplayMember The name of the property in DataSource to bind the ItemStyle.
(Inherited from ItemStyle)
DisposeFont Gets or sets a value indicating whether the AutoEditableItemStyleTextBox should dispose the Font property.
EditControl Gets or sets the Control object used to edit the EditData.
(Overrides AutoEditableItemStyleEditControl)
EditData Gets or sets the data to edit.
(Overrides AutoEditableItemStyleEditData)
Font Gets or sets the text font associated with this row item.
ForeColor Gets or sets the text's fore color.
FormatString Gets or sets the string that is used to format the output text via String.Format(String, Object) method. It is useful when the data are provided through a DataSource (Data binding).
Margin Gets or sets the margin of the text from the bounds.
Name Gets or sets the name of the item style.
(Inherited from ItemStyle)
TextBoxBackColor Gets or sets the background color of the editing RoundTextBox.
TextBoxBorderColor Gets or sets the color of the border around the editing textbox.
TextBoxSelectionColor Gets or sets the color of the selected text background in editing textbox.
TextWrapEnabled Enables or disables the text wrapping.

Methods

Clone Cloning the object.
(Overrides ItemStyleClone)
Dispose Disposes all resources used by this class.
(Inherited from ItemStyle)
Dispose(Boolean) Disposes resources used by this class.
(Overrides AutoEditableItemStyleDispose(Boolean))
Draw Draw method of item.
(Overrides ItemStyleDraw(Graphics, RowItem, Point, Boolean))
DrawBorder Draws border around the ItemStyle.
(Inherited from ItemStyle)
DrawInDesigner Draw method of item.
(Overrides ItemStyleDrawInDesigner(Graphics, Point))
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FillItemBackground Fill items background.
(Inherited from ItemStyle)
Finalize Destructor.
(Inherited from ItemStyle)
ForceEditingFinished Enforce end of editing process from outside of the AutoEditableItemStyle.
(Inherited from AutoEditableItemStyle)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnClick Occurs when RowStyles is clicked. Clicked means, MouseDown and MouseUp was located inside the ItemStyle and the TouchList was not dragged until MouseUp.
(Inherited from ItemStyle)
OnDrag Occurs when TouchList is scrolled.
(Inherited from ItemStyle)
OnEditingFinished Call it from the inherited class, when editing is finished.
(Inherited from AutoEditableItemStyle)
OnMouseDown Occurs when mouse button is pressed down.
(Inherited from ItemStyle)
OnMouseMove Occurs when mouse is moved.
(Inherited from ItemStyle)
OnMouseUp Occurs when mouse button is released.
(Inherited from ItemStyle)
OnPropertyChanged Fires PropertyChanged event.
(Inherited from ItemStyle)
ResetAlignment Sets the default value for Alignment property.
(Overrides ItemStyleResetAlignment)
ResetAnchor Resets the Anchor property to its default value.
(Inherited from ItemStyle)
ResetBorderColor Sets the BorderColor property to its default value.
(Inherited from ItemStyle)
ResetBorderDashStyle Sets the BorderDashStyle property to its default value.
(Inherited from ItemStyle)
ResetBorderVisible Sets the BorderVisible property to its default value.
(Inherited from ItemStyle)
ResetBorderWidth Sets the BorderWidth property to its default value.
(Inherited from ItemStyle)
ResetBounds Resets the Bounds property to its default value.
(Inherited from ItemStyle)
ResetFont Sets the Font property to its default value.
ResetForeColor Sets the ForeColor property to its default value.
ResetFormatString Sets the FormatString property to its default value.
ResetMargin Sets the Margin property to its default value.
ResetName Sets the default value for Name property.
(Inherited from ItemStyle)
ResetTextBoxBackColor Sets the TextBoxBackColor property to its default value.
ResetTextBoxBorderColor Sets the TextBoxBorderColor property to its default value.
ResetTextBoxSelectionColor Sets the TextBoxSelectionColor property to its default value.
ResetTextWrapEnabled Sets the TextWrapEnabled property to its default value.
Resize Should be called, when the parent container is resized.
(Inherited from ItemStyle)
RestoreClipping Restores the clipping of the graphics object, what was before calling the StoreAndSetClipping method.
(Inherited from ItemStyle)
Scale Scales the ItemStyle by a given factor.
(Inherited from ItemStyle)
ShouldSerializeAlignment Indicates whether the Alignment property should be persisted.
(Overrides ItemStyleShouldSerializeAlignment)
ShouldSerializeAnchor Indicates whether the Anchor property should be persisted.
(Inherited from ItemStyle)
ShouldSerializeBackColor Indicates whether the BackColor property should be persisted in Visual Studio designer's automatically generated code.
(Inherited from ItemStyle)
ShouldSerializeBorderColor Indicates whether the BorderColor property should be serialized by Visual Studio designer.
(Inherited from ItemStyle)
ShouldSerializeBorderDashStyle Indicates whether the BorderDashStyle property should be serialized by Visual Studio designer.
(Inherited from ItemStyle)
ShouldSerializeBorderVisible Indicates whether the BorderVisible property should be serialized by Visual Studio designer.
(Inherited from ItemStyle)
ShouldSerializeBorderWidth Indicates whether the BorderWidth property should be serialized by Visual Studio designer.
(Inherited from ItemStyle)
ShouldSerializeBounds Indicates whether the Bounds property should be serialized by Visual Studio designer.
(Inherited from ItemStyle)
ShouldSerializeFont Indicates whether the Font property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeForeColor Indicates whether the ForeColor property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeFormatString Indicates whether the FormatString property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeMargin Indicates whether the Margin property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeName Indicates whether the Name property should be persisted.
(Inherited from ItemStyle)
ShouldSerializeTextBoxBackColor Indicates whether the TextBoxBackColor property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeTextBoxBorderColor Indicates whether the TextBoxBorderColor property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeTextBoxSelectionColor Indicates whether the TextBoxSelectionColor property should be persisted in Visual Studio designer's automatically generated code.
ShouldSerializeTextWrapEnabled Indicates whether the TextWrapEnabled property should be persisted in Visual Studio designer's automatically generated code.
StoreAndSetClipping Sets the clipping of the graphics object to the intersect of the itemstyle bounds and the existing clipping region.
(Inherited from ItemStyle)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

EditingFinished Occurs, when the editing is finished.
(Inherited from AutoEditableItemStyle)
PropertyChanged Occurs when a property value changes.
(Inherited from ItemStyle)

Fields

Converter Custom object to string converter delegate.

See Also