SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns the coordinates of a cell's graphic component.
Deprecated - Provided for compatibility with earlier versions only - Use Cell.GetImagePositionPix instead
VB.NET | Boolean = object.GetCellPicturePosPix(ByVal ItemIndex As Integer, ByVal ColIndex As Short, ByRef LeftPix As OLE_XPOS_PIXELS, ByRef TopPix As OLE_YPOS_PIXELS, ByRef WidthPix As OLE_XSIZE_PIXELS, ByRef HeightPix As OLE_YSIZE_PIXELS) As Boolean |
VB | Boolean = object.GetCellPicturePosPix(ByVal ItemIndex As Long, ByVal ColIndex As Integer, LeftPix As OLE_XPOS_PIXELS, TopPix As OLE_YPOS_PIXELS, WidthPix As OLE_XSIZE_PIXELS, HeightPix As OLE_YSIZE_PIXELS) As Boolean |
C#.NET | bool Boolean = object.GetCellPicturePosPix(int ItemIndex, short ColIndex, out OLE_XPOS_PIXELS LeftPix, out OLE_YPOS_PIXELS TopPix, out OLE_XSIZE_PIXELS WidthPix, out OLE_YSIZE_PIXELS HeightPix); |
VC++ | VARIANT_BOOL Boolean = object->GetCellPicturePosPix(long ItemIndex, short ColIndex, OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix); |
C | HRESULT object->raw_GetCellPicturePosPix(long ItemIndex, short ColIndex, OLE_XPOS_PIXELS* LeftPix, OLE_YPOS_PIXELS* TopPix, OLE_XSIZE_PIXELS* WidthPix, OLE_YSIZE_PIXELS* HeightPix, VARIANT_BOOL* Boolean); |
object
ItemIndex
The zero-based index of the item. The combination of ItemIndex and ColIndex describes an individual cell.
ColIndex
The zero-based column number. The combination of ItemIndex and ColIndex describes an individual cell.
LeftPix
Returns the horizontal position relative to the top, left corner of the tree control in pixels.
TopPix
Returns the vertical position relative to the top, left corner of the tree control in pixels.
WidthPix
Returns the width of the cell graphic in pixels.
HeightPix
Returns the height of the cell graphic in pixels.
Boolean
Boolean | Description |
---|---|
True | The cell specified by ItemIndex and ColIndex is displayed and visible. |
False | The cell specified by ItemIndex and ColIndex is not visible. The returned coordinates are not valid. |
Deprecated - Provided for compatibility with earlier versions only - Use Cell.GetImagePositionPix instead
The GetCellPicturePosPix method returns the coordinates of a cell's graphic component.
The GetCellPicturePos and GetCellPicturePosPix methods are synonyms, but may use different coordinate systems.
The Cell.GetPositionPix method returns the overall dimensions of a cell. The Cell.GetTextPositionPix method returns the dimensions of the cell text.
See Also SftTree Object | Object Hierarchy