Click or drag to resize

ToolBar.GetImageList Method (Typed)

X#
Gets the ImageList that is specified by the parameters passed.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetImageList(
	symType,
	symTB
) AS USUAL CLIPPER
Request Example View Source

Parameters

symType (Optional)
Type: Usual
an be #IMAGELIST, #HOTIMAGELIST or #DISABLEDIMAGELIST, The default value is #IMAGELIST
symTB (Optional)
Type: Usual
Is the name of the toolbar (subtoolbar) The default is #Maintoolbar

Return Value

Type: Usual
Remarks
You can assign your own imagelist for every subtoolbar. Additionally you could assign a separate HotImagelist and a DisabledImagelist for every subtoolbar. This method is used to get those ImageLists.
See Also