CADability dotNET
Images for toolbar buttons and menu icons. Images should have the size 16*15 pixel. ButtonImageList contains images from the CADability Resource and are loaded upon the static construction of ButtonImages. To use your own Images for buttons (in CommandHandlingToolBar) or CADability menu items simply add more images to the static ButtonImageList. Some "MenuItem" entries in the MenuResource.xml have the attribute "IconNr". If IconNr is less than 10000, it is an index in the ButtonImageList (provided by CADability). If IconNr is greater or equal 10000 it is an index(-10000) to the images you have added to the ButtonImageList (starting with 0)

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class ButtonImages
Visual Basic
Public Class ButtonImages
Visual C++
public ref class ButtonImages

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..ButtonImages

See Also