INFO: Properties That Are Supported and Unsupported by the Grid Control (209043)



The information in this article applies to:

  • Microsoft Windows CE Toolkit for Visual Basic 6.0

This article was previously published under Q209043

SUMMARY

This article shows the property differences between the Grid ActiveX control (Grid32.ocx) shipped in Visual Basic 6.0 and the CE Grid Control 6.0 (Mscegrid.dll) shipped in the Windows CE Toolkit for Visual Basic 6.0. This information will be helpful when you attempt to convert a desktop Visual Basic application using the Grid ActiveX control to a Windows CE Toolkit for Visual Basic application, which can run on a Handheld PC, Handheld PC Pro, or Palm-size PC device.

Note The Grid32.ocx control is a Visual Basic control that has been discontinued as of Visual Basic 6.0 and is not installed by the product. It is, however, provided on the Visual Basic CD-ROM for backward compatibility. In Visual Basic 6.0 Professional and Enterprise editions, Grid32.ocx is located on Disk 1 in the \Common\Tools\Vb\Controls folder. In Visual Studio 6.0, Grid32.ocx is located on Disk 3 in the same folder.

MORE INFORMATION

In this section are three lists of properties: For more information about the control properties, see the Online Help.

  • BackColor Property
  • Col Property
  • ColAlignment Property
  • ColIsVisible Property
  • ColPos Property
  • Cols Property
  • ColWidth Property
  • FillStyle Property
  • ForeColor Property
  • GridLineWidth Property
  • HighLight Property
  • LeftCol Property
  • Row Property
  • RowHeight Property
  • RowPos Property
  • Rows Property
  • ScrollBars Property
  • Text Property
  • TopRow Property

  • BorderStyle Property
  • CellSelected Property
  • Clip Property
  • Container Property
  • DragIcon Property
  • DragMode Property
  • Enabled Property
  • FixedAlignment Property
  • FixedCols Property
  • FixedRowsProperty
  • Font Property
  • FontBold Property
  • FontItalic Property
  • FontName Property
  • FontSize Property
  • FontStrikethru Property
  • FontUnderline Property
  • GridLines Property
  • Height Property
  • HelpContextID Property
  • hWnd Property
  • Index Property
  • Left Property
  • MouseIcon Property
  • MousePointer Property
  • Name Property
  • Object Property
  • Parent Property
  • Picture Property
  • RowIsVisible Property
  • SelEndCol Property
  • SelEndRow Property
  • SelStartCol Property
  • SelStartRow Property
  • TabIndex Property
  • TabStop Property
  • Tag Property
  • Top Property
  • Visible Property
  • WhatsThisHelpID Property
  • Width Property

  • CellAlignment
  • CellBackColor
  • CellFontBold
  • CellFontItalic
  • CellFontName
  • CellFontSize
  • CellFontStrikethrough
  • CellFontUnderline
  • CellFontWidth
  • CellForeColor
  • CellHeight
  • CellLeft
  • CellTop
  • CellWidth
  • CellTextStyle
  • Clip
  • ColData
  • ColPosition
  • ColSel
  • FocusRect
  • ForeColorSel
  • GridColor
  • GridLines
  • Redraw
  • RowHeightMin
  • RowIsVisible
  • RowPosition
  • RowSel
  • ScrollTrack
  • SelectionMode
  • Sort
  • TextArray
  • TextMatrix
  • TextStyle
  • Version
  • WordWrap

Modification Type:MinorLast Reviewed:8/19/2005
Keywords:kbinfo kbToolkit KB209043