DataGridBoolColumn Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Abort(Int32) | Initiates a request to interrupt an edit procedure.(Overrides DataGridColumnStyle::Abort(Int32).) |
![]() | BeginUpdate() | Suspends the painting of the column until the EndUpdate method is called.(Inherited from DataGridColumnStyle.) |
![]() | CheckValidDataSource(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.) |
![]() | ColumnStartedEditing(Control^) | Informs the System.Windows.Forms::DataGrid that the user has begun editing the column.(Inherited from DataGridColumnStyle.) |
![]() | Commit(CurrencyManager^, Int32) | Initiates a request to complete an editing procedure.(Overrides DataGridColumnStyle::Commit(CurrencyManager^, Int32).) |
![]() | ConcedeFocus() | Notifies a column that it must relinquish the focus to the control it is hosting.(Overrides DataGridColumnStyle::ConcedeFocus().) |
![]() | 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.) |
![]() | Dispose() | |
![]() | Dispose(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.) |
![]() | Edit(CurrencyManager^, Int32, Rectangle, Boolean, String^, Boolean) | Prepares the cell for editing a value.(Overrides DataGridColumnStyle::Edit(CurrencyManager^, Int32, Rectangle, Boolean, String^, Boolean).) |
![]() | EndUpdate() | Resumes the painting of columns suspended by calling the BeginUpdate method.(Inherited from DataGridColumnStyle.) |
![]() | EnterNullValue() | Enters a Value into the column.(Overrides DataGridColumnStyle::EnterNullValue().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | |
![]() | GetColumnValueAtRow(CurrencyManager^, Int32) | Gets the value at the specified row.(Overrides DataGridColumnStyle::GetColumnValueAtRow(CurrencyManager^, Int32).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance.(Inherited from MarshalByRefObject.) |
![]() | GetMinimumHeight() | Gets the height of a cell in a column.(Overrides DataGridColumnStyle::GetMinimumHeight().) |
![]() | GetPreferredHeight(Graphics^, Object^) | Gets the height used when resizing columns.(Overrides DataGridColumnStyle::GetPreferredHeight(Graphics^, Object^).) |
![]() | GetPreferredSize(Graphics^, Object^) | Gets the optimum width and height of a cell given a specific value to contain.(Overrides DataGridColumnStyle::GetPreferredSize(Graphics^, Object^).) |
![]() | GetService(Type^) | |
![]() | GetType() | |
![]() | 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.) |
![]() | MemberwiseClone() | |
![]() | MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object.(Inherited from MarshalByRefObject.) |
![]() | Paint(Graphics^, Rectangle, CurrencyManager^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Draws the DataGridBoolColumn with the given Graphics, Rectangle and row number.(Overrides DataGridColumnStyle::Paint(Graphics^, Rectangle, CurrencyManager^, Int32).) |
![]() | Paint(Graphics^, Rectangle, CurrencyManager^, Int32, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Draws the DataGridBoolColumn with the given Graphics, Rectangle, row number, and alignment settings.(Overrides DataGridColumnStyle::Paint(Graphics^, Rectangle, CurrencyManager^, Int32, Boolean).) |
![]() | Paint(Graphics^, Rectangle, CurrencyManager^, Int32, Brush^, Brush^, Boolean) | Draws the DataGridBoolColumn with the given Graphics, Rectangle, row number, Brush, and Color.(Overrides DataGridColumnStyle::Paint(Graphics^, Rectangle, CurrencyManager^, Int32, Brush^, Brush^, Boolean).) |
![]() | 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 of a specified row.(Overrides DataGridColumnStyle::SetColumnValueAtRow(CurrencyManager^, Int32, Object^).) |
![]() | SetDataGrid(DataGrid^) | Sets the System.Windows.Forms::DataGrid control that this column belongs to.(Inherited from DataGridColumnStyle.) |
![]() | SetDataGridInColumn(DataGrid^) | Sets the System.Windows.Forms::DataGrid for the column.(Inherited from DataGridColumnStyle.) |
![]() | ToString() | |
![]() | UpdateUI(CurrencyManager^, Int32, String^) | Updates the value of a specified row with the given text.(Inherited from DataGridColumnStyle.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDataGridColumnStyleEditingNotificationService::ColumnStartedEditing(Control^) | Informs the DataGrid control that the user has begun editing the column.(Inherited from DataGridColumnStyle.) |



