DataGridBoolColumn Methods
.NET Framework 1.1
The methods of the DataGridBoolColumn class are listed here. For a complete list of DataGridBoolColumn class members, see the DataGridBoolColumn Members topic.
Public Methods
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (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. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object) | Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ResetHeaderText (inherited from DataGridColumnStyle) | Resets the HeaderText to its default value, a null reference (Nothing in Visual Basic). |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Abort | Overridden. See DataGridColumnStyle.Abort. |
BeginUpdate (inherited from DataGridColumnStyle) | Suspends the painting of the column until the EndUpdate method is called. |
CheckValidDataSource (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. |
ColumnStartedEditing (inherited from DataGridColumnStyle) | Informs the System.Windows.Forms.DataGrid that the user has begun editing the column. |
Commit | Overridden. See DataGridColumnStyle.Commit. |
ConcedeFocus | Overridden. See DataGridColumnStyle.ConcedeFocus. |
Dispose (inherited from Component) | Overloaded. Releases the resources used by the Component. |
Edit | Overloaded. Prepares the cell for editing a value. |
EndUpdate (inherited from DataGridColumnStyle) | Resumes the painting of columns suspended by calling the BeginUpdate method. |
EnterNullValue | Overridden. See DataGridColumnStyle.EnterNullValue. |
Finalize (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. |
GetColumnValueAtRow | Overridden. See DataGridColumnStyle.GetColumnValueAtRow. |
GetMinimumHeight | Overridden. See DataGridColumnStyle.GetMinimumHeight. |
GetPreferredHeight | Overridden. See DataGridColumnStyle.GetPreferredHeight. |
GetPreferredSize | Overridden. See DataGridColumnStyle.GetPreferredSize. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
Invalidate (inherited from DataGridColumnStyle) | Redraws the column and causes a paint message to be sent to the control. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
Paint | Overloaded. Paints a column. |
ReleaseHostedControl (inherited from DataGridColumnStyle) | Allows the column to free resources when the control it hosts is not needed. |
SetColumnValueAtRow | Overridden. See DataGridColumnStyle.SetColumnValueAtRow. |
SetDataGrid (inherited from DataGridColumnStyle) | Sets the System.Windows.Forms.DataGrid control that this column belongs to. |
SetDataGridInColumn (inherited from DataGridColumnStyle) | Sets the System.Windows.Forms.DataGrid for the column. |
UpdateUI (inherited from DataGridColumnStyle) | Updates the value of a specified row with the given text. |
