| Visual Basic (Declaration) | |
|---|---|
Public Property Images As ImageList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ImageList Images {get; set;} | |
Return Value
An ImageList object that contains images available to the toolbar Tools. The default is a null reference (Nothing in Visual Basic).| C# | Copy Code |
|---|---|
private void arv_Load(object
sender, System.EventArgs e) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub arv_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles arv.Load | |
The mask color for images should be System.Drawing.Color.Magenta. Also, in order for the images to show correctly, they should be bitmaps rather than icons.