﻿<?xml version="1.0" encoding="utf-8"?><Type Name="DataGridBoolColumn" FullName="System.Windows.Forms.DataGridBoolColumn"><TypeSignature Language="C#" Value="public class DataGridBoolColumn : System.Windows.Forms.DataGridColumnStyle" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Windows.Forms.DataGridColumnStyle</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> derives from the abstract class <see cref="T:System.Windows.Forms.DataGridColumnStyle" />. At run time, the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> contains check boxes in each cell that have three states by default: checked (true), unchecked (false), and <see cref="F:System.DBNull.Value" />. To use two-state check boxes, set the <see cref="P:System.Windows.Forms.DataGridBoolColumn.AllowNull" /> property to false.</para><para>Properties added to the class include <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" />, <see cref="P:System.Windows.Forms.DataGridBoolColumn.NullValue" />, and <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" />. These properties specify the value underlying each of the column's states.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Specifies a column in which each cell contains a check box for representing a Boolean value.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridBoolColumn ();" /><MemberType>Constructor</MemberType><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When using this overload to create a <see cref="T:System.Windows.Forms.DataGridBoolColumn" />, be sure to set the <see cref="P:System.Windows.Forms.DataGridColumnStyle.MappingName" /> value to the <see cref="P:System.Data.DataColumn.ColumnName" /> of a <see cref="T:System.Data.DataColumn" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> class.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridBoolColumn (System.ComponentModel.PropertyDescriptor prop);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="prop" Type="System.ComponentModel.PropertyDescriptor" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> must be associated with a data source that contains <see cref="T:System.Boolean" /> values.</para><para>To get a <see cref="T:System.ComponentModel.PropertyDescriptor" />, first use the <see cref="T:System.Windows.Forms.BindingContext" /> to return the appropriate <see cref="T:System.Windows.Forms.BindingManagerBase" />. Then use the <see cref="M:System.Windows.Forms.BindingManagerBase.GetItemProperties" /> method of the <see cref="T:System.Windows.Forms.BindingManagerBase" /> to return a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />. Finally, use the <see cref="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.String)" /> property of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> to return the specific <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the column.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />.</para></summary><param name="prop"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with the column. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public DataGridBoolColumn (System.ComponentModel.PropertyDescriptor prop, bool isDefault);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="prop" Type="System.ComponentModel.PropertyDescriptor" /><Parameter Name="isDefault" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>To get a <see cref="T:System.ComponentModel.PropertyDescriptor" />, first use the <see cref="T:System.Windows.Forms.BindingContext" /> to return the appropriate <see cref="T:System.Windows.Forms.BindingManagerBase" />. Then use the <see cref="M:System.Windows.Forms.BindingManagerBase.GetItemProperties" /> method of the <see cref="T:System.Windows.Forms.BindingManagerBase" /> to return a <see cref="T:System.ComponentModel.PropertyDescriptorCollection" />. Finally, use the <see cref="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.String)" /> property of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> to return the specific <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the column.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of a <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the specified <see cref="T:System.ComponentModel.PropertyDescriptor" />, and specifying whether the column style is a default column.</para></summary><param name="prop"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.ComponentModel.PropertyDescriptor" /> associated with the column. </param><param name="isDefault"><attribution license="cc4" from="Microsoft" modified="false" />true to specify the column as the default; otherwise, false. </param></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Abort"><MemberSignature Language="C#" Value="protected override void Abort (int rowNum);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="rowNum" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initiates a request to interrupt an edit procedure.</para></summary><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The number of the row in which an operation is being interrupted. </param></Docs></Member><Member MemberName="AllowNull"><MemberSignature Language="C#" Value="public bool AllowNull { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When this property is set to false, the check boxes in the column have only two states: checked (true) and unchecked (false).</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a value indicating whether null values are allowed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="AllowNullChanged"><MemberSignature Language="C#" Value="public event EventHandler AllowNullChanged;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.AllowNull" /> property is changed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Commit"><MemberSignature Language="C#" Value="protected override bool Commit (System.Windows.Forms.CurrencyManager dataSource, int rowNum);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters><Parameter Name="dataSource" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="rowNum" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initiates a request to complete an editing procedure.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>true if the editing procedure committed successfully; otherwise, false.</para></returns><param name="dataSource"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.DataView" /> of the edited column. </param><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The number of the edited row. </param></Docs></Member><Member MemberName="ConcedeFocus"><MemberSignature Language="C#" Value="protected override void ConcedeFocus ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><summary>To be added.</summary><remarks>To be added.</remarks></Docs></Member><Member MemberName="Edit"><MemberSignature Language="C#" Value="protected override void Edit (System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="source" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="rowNum" Type="System.Int32" /><Parameter Name="bounds" Type="System.Drawing.Rectangle" /><Parameter Name="readOnly" Type="System.Boolean" /><Parameter Name="displayText" Type="System.String" /><Parameter Name="cellIsVisible" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Unlike the typical implementation of this method (as described in the <see cref="T:System.Windows.Forms.DataGridColumnStyle" /> class), the <see cref="M:System.Windows.Forms.DataGridBoolColumn.Edit(System.Windows.Forms.CurrencyManager,System.Int32,System.Drawing.Rectangle,System.Boolean,System.String,System.Boolean)" /> method does not site a control for editing the cell value. Instead, a check box is drawn when the <see cref="M:System.Windows.Forms.DataGridBoolColumn.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.CurrencyManager,System.Int32)" /> method is called.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Prepares the cell for editing a value.</para></summary><param name="source"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.DataView" /> of the edited cell. </param><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The row number of the edited cell. </param><param name="bounds"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.Rectangle" /> in which the control is to be sited. </param><param name="readOnly"><attribution license="cc4" from="Microsoft" modified="false" />true if the value is read only; otherwise, false. </param><param name="displayText"><attribution license="cc4" from="Microsoft" modified="false" />The text to display in the cell. </param><param name="cellIsVisible"><attribution license="cc4" from="Microsoft" modified="false" />true to show the cell; otherwise, false. </param></Docs></Member><Member MemberName="EnterNullValue"><MemberSignature Language="C#" Value="protected override void EnterNullValue ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>To set the actual value used when entering a null value, use the <see cref="P:System.Windows.Forms.DataGridBoolColumn.NullValue" /> property.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Enters a <see cref="F:System.DBNull.Value" /> into the column.</para></summary></Docs></Member><Member MemberName="FalseValue"><MemberSignature Language="C#" Value="public object FalseValue { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" />, <see cref="P:System.Windows.Forms.DataGridBoolColumn.NullValue" />, and <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" /> properties determine the actual values pushed into the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the actual value used when setting the value of the column to false.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="FalseValueChanged"><MemberSignature Language="C#" Value="public event EventHandler FalseValueChanged;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" /> property is changed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="GetColumnValueAtRow"><MemberSignature Language="C#" Value="protected override object GetColumnValueAtRow (System.Windows.Forms.CurrencyManager lm, int row);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Parameters><Parameter Name="lm" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="row" Type="System.Int32" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the value at the specified row.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The value, typed as <see cref="T:System.Object" />.</para></returns><param name="lm"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the column. </param><param name="row"><attribution license="cc4" from="Microsoft" modified="false" />The row number. </param></Docs></Member><Member MemberName="GetMinimumHeight"><MemberSignature Language="C#" Value="protected override int GetMinimumHeight ();" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the height of a cell in a column.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The height of the column. The default is 16.</para></returns></Docs></Member><Member MemberName="GetPreferredHeight"><MemberSignature Language="C#" Value="protected override int GetPreferredHeight (System.Drawing.Graphics g, object value);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Drawing.Graphics" /><Parameter Name="value" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the height used when resizing columns.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>The height used to automatically resize cells in a column.</para></returns><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Graphics" /> that draws on the screen. </param><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that contains the value to be drawn to the screen. </param></Docs></Member><Member MemberName="GetPreferredSize"><MemberSignature Language="C#" Value="protected override System.Drawing.Size GetPreferredSize (System.Drawing.Graphics g, object value);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Drawing.Size</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Drawing.Graphics" /><Parameter Name="value" Type="System.Object" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Windows.Forms.DataGridBoolColumn.GetPreferredSize(System.Drawing.Graphics,System.Object)" /> method allows you to resize the column based on the value displayed. For example, if a cell contains an especially large value, you can use the <see cref="M:System.Windows.Forms.DataGridBoolColumn.GetPreferredSize(System.Drawing.Graphics,System.Object)" /> method to return the optimum size of the cell based on the value. The optimum size takes into account not only the size of the string, but also the font used to display it.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the optimum width and height of a cell given a specific value to contain.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>A <see cref="T:System.Drawing.Size" /> that contains the drawing information for the cell.</para></returns><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Graphics" /> that draws the cell. </param><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />The value that must fit in the cell. </param></Docs></Member><Member MemberName="NullValue"><MemberSignature Language="C#" Value="public object NullValue { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You can also specify what text will be displayed by setting the <see cref="P:System.Windows.Forms.DataGridColumnStyle.NullText" /> property.</para><para>The <see cref="P:System.Windows.Forms.DataGridBoolColumn.AllowNull" /> property must be set to true to enter null values.</para><para>The <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" />, <see cref="P:System.Windows.Forms.DataGridBoolColumn.NullValue" />, and <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" /> properties determine the actual values pushed into the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the actual value used when setting the value of the column to <see cref="F:System.DBNull.Value" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Paint"><MemberSignature Language="C#" Value="protected override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Drawing.Graphics" /><Parameter Name="bounds" Type="System.Drawing.Rectangle" /><Parameter Name="source" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="rowNum" Type="System.Int32" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This method paints the background with the background color in the graphics object passed in.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Draws the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the given <see cref="T:System.Drawing.Graphics" />, <see cref="T:System.Drawing.Rectangle" /> and row number.</para></summary><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.Graphics" /> to draw to. </param><param name="bounds"><attribution license="cc4" from="Microsoft" modified="false" />The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into. </param><param name="source"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the column. </param><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The number of the row referred to in the underlying data. </param></Docs></Member><Member MemberName="Paint"><MemberSignature Language="C#" Value="protected override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Drawing.Graphics" /><Parameter Name="bounds" Type="System.Drawing.Rectangle" /><Parameter Name="source" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="rowNum" Type="System.Int32" /><Parameter Name="alignToRight" Type="System.Boolean" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Draws the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the given <see cref="T:System.Drawing.Graphics" />, <see cref="T:System.Drawing.Rectangle" />, row number, and alignment settings.</para></summary><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.Graphics" /> to draw to. </param><param name="bounds"><attribution license="cc4" from="Microsoft" modified="false" />The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into. </param><param name="source"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the column. </param><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The number of the row in the underlying data table being referred to. </param><param name="alignToRight"><attribution license="cc4" from="Microsoft" modified="false" />A value indicating whether to align the content to the right. true if the content is aligned to the right, otherwise, false. </param></Docs></Member><Member MemberName="Paint"><MemberSignature Language="C#" Value="protected override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="g" Type="System.Drawing.Graphics" /><Parameter Name="bounds" Type="System.Drawing.Rectangle" /><Parameter Name="source" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="rowNum" Type="System.Int32" /><Parameter Name="backBrush" Type="System.Drawing.Brush" /><Parameter Name="foreBrush" Type="System.Drawing.Brush" /><Parameter Name="alignToRight" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Paints the check box in the column.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Draws the <see cref="T:System.Windows.Forms.DataGridBoolColumn" /> with the given <see cref="T:System.Drawing.Graphics" />, <see cref="T:System.Drawing.Rectangle" />, row number, <see cref="T:System.Drawing.Brush" />, and <see cref="T:System.Drawing.Color" />.</para></summary><param name="g"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Drawing.Graphics" /> to draw to. </param><param name="bounds"><attribution license="cc4" from="Microsoft" modified="false" />The bounding <see cref="T:System.Drawing.Rectangle" /> to paint into. </param><param name="source"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.CurrencyManager" /> of the column. </param><param name="rowNum"><attribution license="cc4" from="Microsoft" modified="false" />The number of the row in the underlying data table being referred to. </param><param name="backBrush"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Brush" /> used to paint the background color. </param><param name="foreBrush"><attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Drawing.Color" /> used to paint the foreground color. </param><param name="alignToRight"><attribution license="cc4" from="Microsoft" modified="false" />A value indicating whether to align the content to the right. true if the content is aligned to the right, otherwise, false. </param></Docs></Member><Member MemberName="SetColumnValueAtRow"><MemberSignature Language="C#" Value="protected override void SetColumnValueAtRow (System.Windows.Forms.CurrencyManager lm, int row, object value);" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="lm" Type="System.Windows.Forms.CurrencyManager" /><Parameter Name="row" Type="System.Int32" /><Parameter Name="value" Type="System.Object" /></Parameters><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Sets the value of a specified row.</para></summary><param name="lm"><attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Windows.Forms.CurrencyManager" /> for the column. </param><param name="row"><attribution license="cc4" from="Microsoft" modified="false" />The row number. </param><param name="value"><attribution license="cc4" from="Microsoft" modified="false" />The value to set, typed as <see cref="T:System.Object" />. </param></Docs></Member><Member MemberName="TrueValue"><MemberSignature Language="C#" Value="public object TrueValue { set; get; }" /><MemberType>Property</MemberType><Attributes><Attribute><AttributeName>System.ComponentModel.DefaultValue(true)</AttributeName></Attribute><Attribute><AttributeName>System.ComponentModel.TypeConverter(typeof(System.ComponentModel.StringConverter))</AttributeName></Attribute></Attributes><ReturnValue><ReturnType>System.Object</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="P:System.Windows.Forms.DataGridBoolColumn.FalseValue" />, <see cref="P:System.Windows.Forms.DataGridBoolColumn.NullValue" />, and <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" /> properties determine the actual values pushed into the data source.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the actual value used when setting the value of the column to true.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="TrueValueChanged"><MemberSignature Language="C#" Value="public event EventHandler TrueValueChanged;" /><MemberType>Event</MemberType><ReturnValue><ReturnType>System.EventHandler</ReturnType></ReturnValue><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about handling events, see <format type="text/html"><a href="01E4F1BC-E55E-413F-98C7-6588493E5F67">[&lt;topic://cpconEventsOverview&gt;]</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Occurs when the <see cref="P:System.Windows.Forms.DataGridBoolColumn.TrueValue" /> property value is changed.</para></summary></Docs><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>