| Visual Basic (Declaration) | |
|---|---|
Public Property ImageIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int ImageIndex {get; set;} | |
Return Value
The index value of the image assigned to the tool. The default value is -1.| C# | Copy Code |
|---|---|
// Remove the default printer button | |
| Visual Basic | Copy Code |
|---|---|
' Remove the default print button | |