SetImageList Method
Description
Assigns an image list to a TaskPanel control. All TaskPanelGroupItems added to the TaskPanel will use these images as icons unless the SetGroupImageList method is used for a particular group.
Syntax
Public Sub SetImageList( _
ByVal [ImageList](#) As Object _
)
Parameters
- ImageList: Image list to be assigned to the TaskPanel control.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.