ToolBar.GetImageList Method (Typed) | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetImageList(
Usual symType = default,
Usual symTB = default
)
Request Example
View SourceParameters
- 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:
UsualRemarks
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