This topic has not yet been rated - Rate this topic

DataGridBoolColumn Methods

The methods of the DataGridBoolColumn class are listed here. For a complete list of DataGridBoolColumn class members, see the DataGridBoolColumn Members topic.

Public Methods

public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodResetHeaderText (inherited from DataGridColumnStyle) Resets the HeaderText to its default value, a null reference (Nothing in Visual Basic).
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodAbort Overridden. See DataGridColumnStyle.Abort.
protected methodBeginUpdate (inherited from DataGridColumnStyle) Suspends the painting of the column until the EndUpdate method is called.
protected methodCheckValidDataSource (inherited from DataGridColumnStyle) 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.
protected methodColumnStartedEditing (inherited from DataGridColumnStyle) Informs the System.Windows.Forms.DataGrid that the user has begun editing the column.
protected methodCommit Overridden. See DataGridColumnStyle.Commit.
protected methodConcedeFocus Overridden. See DataGridColumnStyle.ConcedeFocus.
protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodEdit Overloaded. Prepares the cell for editing a value.
protected methodEndUpdate (inherited from DataGridColumnStyle) Resumes the painting of columns suspended by calling the BeginUpdate method.
protected methodEnterNullValue Overridden. See DataGridColumnStyle.EnterNullValue.
protected methodFinalize (inherited from Component) Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetColumnValueAtRow Overridden. See DataGridColumnStyle.GetColumnValueAtRow.
protected methodGetMinimumHeight Overridden. See DataGridColumnStyle.GetMinimumHeight.
protected methodGetPreferredHeight Overridden. See DataGridColumnStyle.GetPreferredHeight.
protected methodGetPreferredSize Overridden. See DataGridColumnStyle.GetPreferredSize.
protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodInvalidate (inherited from DataGridColumnStyle) Redraws the column and causes a paint message to be sent to the control.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
protected methodPaint Overloaded. Paints a column.
protected methodReleaseHostedControl (inherited from DataGridColumnStyle) Allows the column to free resources when the control it hosts is not needed.
protected methodSetColumnValueAtRow Overridden. See DataGridColumnStyle.SetColumnValueAtRow.
protected methodSetDataGrid (inherited from DataGridColumnStyle) Sets the System.Windows.Forms.DataGrid control that this column belongs to.
protected methodSetDataGridInColumn (inherited from DataGridColumnStyle) Sets the System.Windows.Forms.DataGrid for the column.
protected methodUpdateUI (inherited from DataGridColumnStyle) Updates the value of a specified row with the given text.

See Also

DataGridBoolColumn Class | System.Windows.Forms Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.