Defines the graphic displayed in the item's row header.
Deprecated - Provided for compatibility with earlier versions only - Use
VirtualItem.Item.RowHeader.Image.Picture instead
Syntax
|
Get
|
|
|
VB.NET
|
refPictureObj = object.RowPicture As stdole.IPictureDisp
|
|
|
VB
|
Set refPictureObj = object.RowPicture As IPictureDisp
|
|
|
C#.NET
|
stdole.IPictureDisp refPictureObj = object.RowPicture;
|
|
|
VC++
|
IPictureDisp* refPictureObj = object->GetRowPicture();
|
|
|
C
|
HRESULT object->get_RowPicture(IPictureDisp** refPictureObj);
|
|
|
Delphi
|
refPictureObj := object.RowPicture : IPictureDisp;
|
|
Put
|
|
|
VB.NET
|
object.let_RowPicture(ByVal refPictureObj As stdole.IPictureDisp)
|
|
|
VB
|
object.RowPicture = refPictureObj As IPictureDisp
|
|
|
C#.NET
|
void object.let_RowPicture(stdole.IPictureDisp refPictureObj);
|
|
|
VC++
|
void object->PutRowPicture(IPictureDisp* refPictureObj);
|
|
|
C
|
HRESULT object->put_RowPicture(IPictureDisp* refPictureObj);
|
|
|
Delphi
|
procedure object._Set_RowPicture(refPictureObj : IPictureDisp);
|
|
PutRef
|
|
|
VB.NET
|
object.RowPicture = refPictureObj As stdole.IPictureDisp
|
|
|
VB
|
Set object.RowPicture = refPictureObj As IPictureDisp
|
|
|
C#.NET
|
stdole.IPictureDisp object.RowPicture = refPictureObj;
|
|
|
VC++
|
void object->PutRefRowPicture(IPictureDisp* refPictureObj);
|
|
|
C
|
HRESULT object->putref_RowPicture(IPictureDisp* refPictureObj);
|
|
|
Delphi
|
object.RowPicture := refPictureObj : IPictureDisp;
|
object
A VirtItem object.
refPictureObj
Defines the graphic displayed in the item's row header. The refPictureObj
object must represent a bitmap, icon or Windows metafile. If a
bitmap is used, the top, left pixel of each graphic must contain the
background color. This color will be replaced by the actual
background when the graphic is displayed. For information about
picture properties, please visit the applicable section "Using
SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use
VirtualItem.Item.RowHeader.Image.Picture instead
The RowPicture property defines the graphic displayed in the item's row header.
The VirtualItem.RowPicture property is used while handling a VirtualItem event to define the item's row header graphic. The item is
described by the VirtualItem event's
RowIndex parameter.
See Also VirtualItem Object | Object Hierarchy
virtitem_rowpicture.htmlSftTreeOCX70_virtitem_rowpicture.html
Feedback
/ comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com