GridColumn Class

Definition

public ref class GridColumn abstract : IDisposable
public abstract class GridColumn : IDisposable
type GridColumn = class
    interface IDisposable
Public MustInherit Class GridColumn
Implements IDisposable
Inheritance
GridColumn
Derived
Implements

Constructors

GridColumn()
GridColumn(GridColumnInfo, Int32, Int32)

Fields

CELL_CONTENT_OFFSET
m_myAlign
m_myBackgroundBrush
m_myColType
m_myColumnIndex
m_myTextBmpLayout
m_myTextBrush
m_myWidthInChars
m_myWidthInPixels
m_withRightGridLine
m_withSelectionBk
s_defaultRTL
s_defaultWidthInPixels
s_DisabledCellBKBrush
s_DisabledCellForeBrush

Properties

BackgroundBrush
ColumnIndex
ColumnType
IsWidthInChars
RightGridLine
TextAlign
TextBitmapLayout
TextBrush
WidthInPixels
WithSelectionBk

Methods

Dispose()
Dispose(Boolean)
DrawCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64)
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)
PrintCell(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64)
PrintCell(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64)
ProcessNewGridFont(Font)
SetRTL(Boolean)

Applies to