Defines the graphic displayed as the item's label graphic.
Deprecated - Provided for compatibility with earlier versions only - Use
VirtualItem.Item.LabelImage.Picture instead
Syntax
|
Get
|
|
|
VB.NET
|
refPictureObj = object.LabelPicture As stdole.IPictureDisp
|
|
|
VB
|
Set refPictureObj = object.LabelPicture As IPictureDisp
|
|
|
C#.NET
|
stdole.IPictureDisp refPictureObj = object.LabelPicture;
|
|
|
VC++
|
IPictureDisp* refPictureObj = object->GetLabelPicture();
|
|
|
C
|
HRESULT object->get_LabelPicture(IPictureDisp** refPictureObj);
|
|
|
Delphi
|
refPictureObj := object.LabelPicture : IPictureDisp;
|
|
Put
|
|
|
VB.NET
|
object.let_LabelPicture(ByVal refPictureObj As stdole.IPictureDisp)
|
|
|
VB
|
object.LabelPicture = refPictureObj As IPictureDisp
|
|
|
C#.NET
|
void object.let_LabelPicture(stdole.IPictureDisp refPictureObj);
|
|
|
VC++
|
void object->PutLabelPicture(IPictureDisp* refPictureObj);
|
|
|
C
|
HRESULT object->put_LabelPicture(IPictureDisp* refPictureObj);
|
|
|
Delphi
|
procedure object._Set_LabelPicture(refPictureObj : IPictureDisp);
|
|
PutRef
|
|
|
VB.NET
|
object.LabelPicture = refPictureObj As stdole.IPictureDisp
|
|
|
VB
|
Set object.LabelPicture = refPictureObj As IPictureDisp
|
|
|
C#.NET
|
stdole.IPictureDisp object.LabelPicture = refPictureObj;
|
|
|
VC++
|
void object->PutRefLabelPicture(IPictureDisp* refPictureObj);
|
|
|
C
|
HRESULT object->putref_LabelPicture(IPictureDisp* refPictureObj);
|
|
|
Delphi
|
object.LabelPicture := refPictureObj : IPictureDisp;
|
object
A VirtualItem object.
refPictureObj
Defines the graphic displayed as the item's label graphic. 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.LabelImage.Picture instead
The LabelPicture property defines the graphic displayed as the item's label graphic.
The VirtualItem.LabelPicture property is used while handling a VirtualItem event to define the item's label graphic. The item is
described by the VirtualItem event's
RowIndex parameter.
See Also VirtualItem Object | Object Hierarchy
virtitem_labelpicture.htmlSftTreeOCX70_virtitem_labelpicture.html
Feedback
/ comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com