Search
ButtonImages.Scroll Property
See Also
 



Gets or sets the image to display for the scroller in the caption area of scrollable tables.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
IPictureDisp* get_Scroll ()
void put_Scroll (
    IPictureDisp* value
)

 Property Value

A picture object.

 See Also