DataGridTextBoxColumn Methods

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_protmethodAbort(Int32)

Initiates a request to interrupt an edit procedure.(Overrides DataGridColumnStyle::Abort(Int32).)

System_CAPS_protmethodBeginUpdate()

Suspends the painting of the column until the EndUpdate method is called.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodCheckValidDataSource(CurrencyManager^)

Throws an exception if the System.Windows.Forms::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.)

System_CAPS_protmethodColumnStartedEditing(Control^)

Informs the System.Windows.Forms::DataGrid that the user has begun editing the column.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodCommit(CurrencyManager^, Int32)

Inititates a request to complete an editing procedure.(Overrides DataGridColumnStyle::Commit(CurrencyManager^, Int32).)

System_CAPS_protmethodConcedeFocus()

Informs the column that the focus is being conceded.(Overrides DataGridColumnStyle::ConcedeFocus().)

System_CAPS_protmethodCreateHeaderAccessibleObject()

Gets the AccessibleObject for the column.(Inherited from DataGridColumnStyle.)

System_CAPS_pubmethodCreateObjRef(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.)

System_CAPS_pubmethodDispose()

Releases all resources used by the Component.(Inherited from Component.)

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources used by the Component and optionally releases the managed resources.(Inherited from Component.)

System_CAPS_protmethodEdit(CurrencyManager^, Int32, Rectangle, Boolean)

Prepares a cell for editing.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodEdit(CurrencyManager^, Int32, Rectangle, Boolean, String^)

Prepares the cell for editing using the specified CurrencyManager, row number, and Rectangle parameters.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodEdit(CurrencyManager^, Int32, Rectangle, Boolean, String^, Boolean)
System_CAPS_protmethodEndEdit()

Ends an edit operation on the DataGridColumnStyle.

System_CAPS_protmethodEndUpdate()

Resumes the painting of columns suspended by calling the BeginUpdate method.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodEnterNullValue()

Enters a Value in the column.(Overrides DataGridColumnStyle::EnterNullValue().)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.(Inherited from Component.)

System_CAPS_protmethodGetColumnValueAtRow(CurrencyManager^, Int32)

Gets the value in the specified row from the specified CurrencyManager.(Inherited from DataGridColumnStyle.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodGetMinimumHeight()

Gets the height of a cell in a DataGridColumnStyle.(Overrides DataGridColumnStyle::GetMinimumHeight().)

System_CAPS_protmethodGetPreferredHeight(Graphics^, Object^)

Gets the height to be used in for automatically resizing columns.(Overrides DataGridColumnStyle::GetPreferredHeight(Graphics^, Object^).)

System_CAPS_protmethodGetPreferredSize(Graphics^, Object^)

Returns the optimum width and height of the cell in a specified row relative to the specified value.(Overrides DataGridColumnStyle::GetPreferredSize(Graphics^, Object^).)

System_CAPS_protmethodGetService(Type^)

Returns an object that represents a service provided by the Component or by its Container.(Inherited from Component.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodHideEditBox()

Hides the DataGridTextBox control and moves the focus to the DataGrid control.

System_CAPS_pubmethodInitializeLifetimeService()

Obtains a lifetime service object to control the lifetime policy for this instance.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodInvalidate()

Redraws the column and causes a paint message to be sent to the control.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.)

System_CAPS_protmethodPaint(Graphics^, Rectangle, CurrencyManager^, Int32)
System_CAPS_protmethodPaint(Graphics^, Rectangle, CurrencyManager^, Int32, Boolean)
System_CAPS_protmethodPaint(Graphics^, Rectangle, CurrencyManager^, Int32, Brush^, Brush^, Boolean)
System_CAPS_protmethodPaintText(Graphics^, Rectangle, String^, Boolean)

Draws the text and rectangle at the given location with the specified alignment.

System_CAPS_protmethodPaintText(Graphics^, Rectangle, String^, Brush^, Brush^, Boolean)

Draws the text and rectangle at the specified location with the specified colors and alignment.

System_CAPS_protmethodReleaseHostedControl()

Removes the reference that the DataGrid holds to the control used to edit data.(Overrides DataGridColumnStyle::ReleaseHostedControl().)

System_CAPS_pubmethodResetHeaderText()

Resets the HeaderText to its default value, null.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodSetColumnValueAtRow(CurrencyManager^, Int32, Object^)

Sets the value in a specified row with the value from a specified CurrencyManager.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodSetDataGrid(DataGrid^)

Sets the System.Windows.Forms::DataGrid control that this column belongs to.(Inherited from DataGridColumnStyle.)

System_CAPS_protmethodSetDataGridInColumn(DataGrid^)
System_CAPS_pubmethodToString()

Returns a String containing the name of the Component, if any. This method should not be overridden.(Inherited from Component.)

System_CAPS_protmethodUpdateUI(CurrencyManager^, Int32, String^)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIDataGridColumnStyleEditingNotificationService::ColumnStartedEditing(Control^)

Informs the DataGrid control that the user has begun editing the column.(Inherited from DataGridColumnStyle.)

Return to top
Show: