SnapInImageList.RemoveAt Method (Int32)
Removes a specified image from the image list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
Public Sub RemoveAt (
index As Integer
)
Parameters
index
Type: System.Int32The index of the image to remove.
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top