[]
Represents the base class for the input man cells.
public abstract class InputManCellTypeBase : BaseCellType, ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable<ICellType>, INumFmtSupportCellType, IDisposable, IReuseEditorControl2, IReuseEditorControl, IPdfSupport, IOOXmlSupport, ISerializable, ISerializeSupport, IReadOnlySupport, IStaticSupport
Public MustInherit Class InputManCellTypeBase
Inherits BaseCellType
Implements ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable(Of ICellType), INumFmtSupportCellType, IDisposable, IReuseEditorControl2, IReuseEditorControl, IPdfSupport, IOOXmlSupport, ISerializable, ISerializeSupport, IReadOnlySupport, IStaticSupport
Name | Description |
---|---|
InputManCellTypeBase(SerializationInfo, StreamingContext) | Creates a new InputManCellTypeBase from serialization. |
Name | Description |
---|---|
AcceptsArrowKeys | Gets or sets how arrow keys are processed by the edit control. |
BackgroundImage | Gets or sets the background image for the cell. |
EditMode | Gets or sets the edit mode of the control. |
ExcelExportFormat | Gets or sets the format string used by Excel when exporting to an Excel file. |
ExitOnLastChar | Gets or sets whether the next control in the tab order receives the focus as soon as the control is filled with the last character. |
ReadOnly | Gets or sets a value that indicates whether this control is read-only. |
ShortcutKeys | Gets the InputMan EditingControl's shortcuts. |
ShowTouchToolBar | Gets or sets the how to show the TouchToolBar. |
Static | Gets or sets whether the cell is static, which prohibits user interaction. |
TouchContextMenuScale | Gets or sets the factor applies to context menu item's height while context menu is popped up by touch. |
TouchToolBar | Gets the shown TouchToolBar by touch operation. |
UseSpreadDropDownButtonRender | Gets or sets a value that indicates whether to paint the drop-down button with the spread drop-down button renderer. |
Name | Description |
---|---|
CanBeOverflown() | Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). |
CanOverflow() | Determines whether a cell can overflow its data into an adjacent cell. |
CancelEditing() | Cancels the editing of a cell. |
Clone() | Creates and returns a base input man cell. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals(object) | |
GetDefaultShortcuts() | Gets the default shortcuts. |
GetDisplayText(object) | Gets the display text. |
GetEditorControl(Control, Appearance, float) | Gets the control associated with the editor for the specified parent control. |
GetErrorIconBound(Graphics, Appearance, Rectangle, float) | Gets a rectangle to draw an error icon in. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
GetReservedCursor(object) | Gets the cursor reserved for this cell type. |
InitialByCreateInstance(object, string, object) | Supports designtime's CreateInstance. |
InitializeEditorControl(Control, Appearance, float) | Initializes the editor control. |
IsReservedLocation(Graphics, int, int, Rectangle, Appearance, object, float) | Determines whether the specified cursor location has special meaning to the editor control. |
IsReusable(Control) | Checks if this control can be reused. |
PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float) | Paints (prints) the cell to PDF when not in edit mode, to the specified graphics interface with the specified appearance settings. |
PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings. |
Serialize(XmlTextWriter) | Saves the object to XML. |
StartEditing(EventArgs, bool, bool) | Starts the editing of a cell. |
StopEditing() | Stops the editing of a cell. |