GridCheckBoxColumn Class

Definition

public ref class GridCheckBoxColumn : Microsoft::ReportingServices::QueryDesigners::GridBitmapColumn
public class GridCheckBoxColumn : Microsoft.ReportingServices.QueryDesigners.GridBitmapColumn
type GridCheckBoxColumn = class
    inherit GridBitmapColumn
Public Class GridCheckBoxColumn
Inherits GridBitmapColumn
Inheritance
GridCheckBoxColumn

Constructors

GridCheckBoxColumn()
GridCheckBoxColumn(GridColumnInfo, Int32, Int32)

Fields

m_CheckedBitmap
m_CurrentCheckSize
m_DisabledBitmap
m_IntermidiateBitmap
m_isRTL (Inherited from GridBitmapColumn)
m_myAlign (Inherited from GridColumn)
m_myBackgroundBrush (Inherited from GridColumn)
m_myColType (Inherited from GridColumn)
m_myColumnIndex (Inherited from GridColumn)
m_myTextBmpLayout (Inherited from GridColumn)
m_myTextBrush (Inherited from GridColumn)
m_myWidthInChars (Inherited from GridColumn)
m_myWidthInPixels (Inherited from GridColumn)
m_UncheckedBitmap
m_withRightGridLine (Inherited from GridColumn)
m_withSelectionBk (Inherited from GridColumn)

Properties

BackgroundBrush (Inherited from GridColumn)
CheckBoxHeight
ColumnIndex (Inherited from GridColumn)
ColumnType (Inherited from GridColumn)
IsWidthInChars (Inherited from GridColumn)
RightGridLine (Inherited from GridColumn)
TextAlign (Inherited from GridColumn)
TextBitmapLayout (Inherited from GridColumn)
TextBrush (Inherited from GridColumn)
WidthInPixels (Inherited from GridColumn)
WithSelectionBk (Inherited from GridColumn)

Methods

BitmapFromGridCheckBoxState(GridCheckBoxState)
Dispose() (Inherited from GridColumn)
Dispose(Boolean) (Inherited from GridColumn)
DrawBitmap(Graphics, Brush, Rectangle, Bitmap, Boolean) (Inherited from GridBitmapColumn)
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
DrawCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
DrawDisabledCell(Graphics, Font, Rectangle, IGridStorage, Int64)
GetAccessibleState(Int64, IGridStorage)
GetAccessibleValue(Int64, IGridStorage)
IsPointOverTextInCell(Point, Rectangle, IGridStorage, Int64, Graphics, Font) (Inherited from GridColumn)
PrintCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
PrintCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
ProcessNewGridFont(Font) (Inherited from GridColumn)
SetCheckboxBitmaps(Bitmap, Bitmap, Bitmap, Bitmap)
SetRTL(Boolean) (Inherited from GridBitmapColumn)

Applies to