Share via


GridButtonColumn Class

Definition

public ref class GridButtonColumn : Microsoft::ReportingServices::QueryDesigners::GridTextColumn
public class GridButtonColumn : Microsoft.ReportingServices.QueryDesigners.GridTextColumn
type GridButtonColumn = class
    inherit GridTextColumn
Public Class GridButtonColumn
Inherits GridTextColumn
Inheritance
GridButtonColumn

Constructors

GridButtonColumn()
GridButtonColumn(GridColumnInfo, Int32, Int32)

Fields

m_bVertical (Inherited from GridTextColumn)
m_myAlign (Inherited from GridColumn)
m_myBackgroundBrush (Inherited from GridColumn)
m_myColType (Inherited from GridColumn)
m_myColumnIndex (Inherited from GridColumn)
m_myStringFormat (Inherited from GridTextColumn)
m_myTextBmpLayout (Inherited from GridColumn)
m_myTextBrush (Inherited from GridColumn)
m_myWidthInChars (Inherited from GridColumn)
m_myWidthInPixels (Inherited from GridColumn)
m_textFormat (Inherited from GridTextColumn)
m_withRightGridLine (Inherited from GridColumn)
m_withSelectionBk (Inherited from GridColumn)

Properties

BackgroundBrush (Inherited from GridColumn)
ColumnIndex (Inherited from GridColumn)
ColumnType (Inherited from GridColumn)
IsLineIndexButton
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

Dispose() (Inherited from GridColumn)
Dispose(Boolean) (Inherited from GridTextColumn)
DrawButton(Graphics, Brush, Brush, Font, Rectangle, Bitmap, String, ButtonState, Boolean)
DrawButton(Graphics, Brush, SolidBrush, Font, Rectangle, Bitmap, String, ButtonState, Boolean)
DrawButton(Graphics, Brush, SolidBrush, Font, Rectangle, Bitmap, String, ButtonState, Boolean, Boolean)
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64) (Inherited from GridColumn)
DrawCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
DrawCellCommon(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64, Boolean)
DrawCellCommon(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64, Boolean)
DrawCellCommon(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64, Boolean, Boolean)
DrawDisabledCell(Graphics, Font, Rectangle, IGridStorage, Int64)
GetAccessibleState(Int64, IGridStorage) (Inherited from GridColumn)
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)
SetForcedButtonState(Int64, ButtonState)
SetGridLinesMode(Boolean)
SetRTL(Boolean) (Inherited from GridTextColumn)

Applies to