Summary description for DataGridAYTTextBoxColumn.
| C# | Visual Basic | Visual C++ | F# |
public class DataGridAYTTextBoxColumn : DataGridColumnStyle
Public Class DataGridAYTTextBoxColumn Inherits DataGridColumnStyle
public ref class DataGridAYTTextBoxColumn : public DataGridColumnStyle
type DataGridAYTTextBoxColumn = class inherit DataGridColumnStyle end
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| DataGridAYTTextBoxColumn()()()() |
New
| |
| DataGridAYTTextBoxColumn(PropertyDescriptor) |
New
| |
| DataGridAYTTextBoxColumn(PropertyDescriptor, Boolean) |
New
| |
| DataGridAYTTextBoxColumn(PropertyDescriptor, String) |
New
| |
| DataGridAYTTextBoxColumn(PropertyDescriptor, String, Boolean) |
New
| |
| Abort(Int32) |
Abort
(Overrides DataGridColumnStyle.Abort(Int32).) | |
| Alignment |
Gets or sets the alignment of text in a column.
(Inherited from DataGridColumnStyle.) | |
| AlignmentChanged |
Occurs when the Alignment property value changes.
(Inherited from DataGridColumnStyle.) | |
| BeginUpdate()()()() |
Suspends the painting of the column until the EndUpdate()()()() method is called.
(Inherited from DataGridColumnStyle.) | |
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| CheckValidDataSource(CurrencyManager) |
Throws an exception if the DataGrid does not have a valid data source, or if this column is not mapped to a valid property in the data source.
(Inherited from DataGridColumnStyle.) | |
| ColumnStartedEditing(Control) |
Informs the DataGrid that the user has begun editing the column.
(Inherited from DataGridColumnStyle.) | |
| Commit(CurrencyManager, Int32) |
Commit
(Overrides DataGridColumnStyle.Commit(CurrencyManager, Int32).) | |
| ConcedeFocus()()()() |
Internal
(Overrides DataGridColumnStyle.ConcedeFocus()()()().) | |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| CreateHeaderAccessibleObject()()()() |
Gets the AccessibleObject for the column.
(Inherited from DataGridColumnStyle.) | |
| CreateObjRef(Type) |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| DataGridTableStyle |
Gets the DataGridTableStyle for the column.
(Inherited from DataGridColumnStyle.) | |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Dispose()()()() |
Releases all resources used by the Component.
(Inherited from Component.) | |
| Dispose(Boolean) |
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.) | |
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.) | |
| Edit(CurrencyManager, Int32, Rectangle, Boolean, String, Boolean) |
Internal
(Overrides DataGridColumnStyle.Edit(CurrencyManager, Int32, Rectangle, Boolean, String, Boolean).) | |
| Edit(CurrencyManager, Int32, Rectangle, Boolean) |
Prepares a cell for editing.
(Inherited from DataGridColumnStyle.) | |
| Edit(CurrencyManager, Int32, Rectangle, Boolean, String) |
Prepares the cell for editing using the specified CurrencyManager, row number, and Rectangle parameters.
(Inherited from DataGridColumnStyle.) | |
| EndEdit()()()() |
Internal
| |
| EndUpdate()()()() |
Resumes the painting of columns suspended by calling the BeginUpdate()()()() method.
(Inherited from DataGridColumnStyle.) | |
| EnterNullValue()()()() |
Internal
(Overrides DataGridColumnStyle.EnterNullValue()()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| Finalize()()()() |
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.) | |
| FontChanged |
Occurs when the column's font changes.
(Inherited from DataGridColumnStyle.) | |
| FontHeight |
Gets the height of the column's font.
(Inherited from DataGridColumnStyle.) | |
| Format |
Internal
| |
| FormatInfo |
Internal
| |
| GetColumnValueAtRow(CurrencyManager, Int32) |
Gets the value in the specified row from the specified CurrencyManager.
(Inherited from DataGridColumnStyle.) | |
| GetDisplayText(Object) |
Internal
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService()()()() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetMinimumHeight()()()() |
Internal
(Overrides DataGridColumnStyle.GetMinimumHeight()()()().) | |
| GetPreferredHeight(Graphics, Object) |
Internal
(Overrides DataGridColumnStyle.GetPreferredHeight(Graphics, Object).) | |
| GetPreferredSize(Graphics, Object) |
Internal
(Overrides DataGridColumnStyle.GetPreferredSize(Graphics, Object).) | |
| GetService(Type) | (Inherited from Component.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HeaderAccessibleObject |
Gets the AccessibleObject for the column.
(Inherited from DataGridColumnStyle.) | |
| HeaderText |
Gets or sets the text of the column header.
(Inherited from DataGridColumnStyle.) | |
| HeaderTextChanged |
Occurs when the HeaderText property value changes.
(Inherited from DataGridColumnStyle.) | |
| HideEditBox()()()() |
Internal
| |
| InitializeLifetimeService()()()() |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| Invalidate()()()() |
Redraws the column and causes a paint message to be sent to the control.
(Inherited from DataGridColumnStyle.) | |
| KeyPress(Int32, Keys) |
Internal
| |
| MappingName |
Gets or sets the name of the data member to map the column style to.
(Inherited from DataGridColumnStyle.) | |
| MappingNameChanged |
Occurs when the MappingName value changes.
(Inherited from DataGridColumnStyle.) | |
| MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| NullText |
Gets or sets the text that is displayed when the column contains null.
(Inherited from DataGridColumnStyle.) | |
| NullTextChanged |
Occurs when the NullText value changes.
(Inherited from DataGridColumnStyle.) | |
| Paint(Graphics, Rectangle, CurrencyManager, Int32) |
Internal
(Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32).) | |
| Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean) |
Internal
(Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean).) | |
| Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean) |
Internal
(Overrides DataGridColumnStyle.Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean).) | |
| PaintSpellingErrorGlyph(Graphics, Rectangle, Brush, Boolean) |
Paints spelling error glyph onto cell (appears as a small red 'e' by default), override this method
to paint a different glyph - there is no requirement to call the base/MyBase method.
| |
| PaintText(Graphics, Rectangle, String, Boolean) |
Internal
| |
| PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean) |
Internal
| |
| PropertyDescriptor |
Internal
(Overrides DataGridColumnStyle.PropertyDescriptor.) | |
| PropertyDescriptorChanged |
Occurs when the PropertyDescriptor property value changes.
(Inherited from DataGridColumnStyle.) | |
| RapidSpellAsYouType |
The control which will do the spell checking.
| |
| ReadOnly |
Internal
(Overrides DataGridColumnStyle.ReadOnly.) | |
| ReadOnlyChanged |
Occurs when the ReadOnly property value changes.
(Inherited from DataGridColumnStyle.) | |
| ReleaseHostedControl()()()() |
Allows the column to free resources when the control it hosts is not needed.
(Inherited from DataGridColumnStyle.) | |
| ResetHeaderText()()()() |
Resets the HeaderText to its default value, null.
(Inherited from DataGridColumnStyle.) | |
| SetColumnValueAtRow(CurrencyManager, Int32, Object) |
Sets the value in a specified row with the value from a specified CurrencyManager.
(Inherited from DataGridColumnStyle.) | |
| SetDataGrid(DataGrid) |
Sets the DataGrid control that this column belongs to.
(Inherited from DataGridColumnStyle.) | |
| SetDataGridInColumn(DataGrid) |
Internal
(Overrides DataGridColumnStyle.SetDataGridInColumn(DataGrid).) | |
| ShowErrorGlyph |
Whether to paint a small 'e' glyph in the corner of the cell when it's not being edited and it contains a spelling error.
| |
| ShowErrorUnderline |
Whether to paint an underline in the cell when it's not being edited and it contains a spelling error.
| |
| Site | (Inherited from Component.) | |
| TextBox |
Internal
| |
| ToString()()()() |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) | |
| UpdateUI(CurrencyManager, Int32, String) |
Internal
(Overrides DataGridColumnStyle.UpdateUI(CurrencyManager, Int32, String).) | |
| Width |
Gets or sets the width of the column.
(Inherited from DataGridColumnStyle.) | |
| WidthChanged |
Occurs when the Width property value changes.
(Inherited from DataGridColumnStyle.) |
| Object | ||||
| MarshalByRefObject | ||||
| Component | ||||
| DataGridColumnStyle | ||||
| DataGridAYTTextBoxColumn | ||||
Assembly: Keyoti.RapidSpell.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204