Search
ButtonImages.Collapse Property
See Also
 



Gets or sets the image to display for the 'Collapse' button of expandable nodes.

 Syntax

VB6  Copy Code

Public Property Get Collapse() As IPictureDisp
Public Property Let Collapse( _
    ByVal value As IPictureDisp _
)

C++  Copy Code

public:
IPictureDisp* get_Collapse ()
void put_Collapse (
    IPictureDisp* value
)

 Property Value

A picture object. The default is a small "+" icon.

 See Also