CADability dotNET

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

Syntax

C#
public void SetImages(
	ImageList ImageList,
	int IndexTrue,
	int IndexFalse
)
Visual Basic
Public Sub SetImages ( _
	ImageList As ImageList, _
	IndexTrue As Integer, _
	IndexFalse As Integer _
)
Visual C++
public:
void SetImages(
	ImageList^ ImageList, 
	int IndexTrue, 
	int IndexFalse
)

Parameters

ImageList
Type: System.Windows.Forms..::..ImageList
IndexTrue
Type: System..::..Int32
IndexFalse
Type: System..::..Int32

See Also