Search
ButtonImages.Expand Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
IPictureDisp* get_Expand ()
void put_Expand (
    IPictureDisp* value
)

 Property Value

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

 See Also