Spread Windows Forms 9.0 Product Documentation
InsertIcon Method


Index at which to insert the icon object
Name of the icon object
The icon object
Inserts an icon object into a container with the specified name at a specified index.
Syntax
'Declaration
 
Public Sub InsertIcon( _
   ByVal index As Integer, _
   ByVal name As String, _
   ByVal icon As Icon _
) 
'Usage
 
Dim instance As CustomIconContainer
Dim index As Integer
Dim name As String
Dim icon As Icon
 
instance.InsertIcon(index, name, icon)
public void InsertIcon( 
   int index,
   string name,
   Icon icon
)

Parameters

index
Index at which to insert the icon object
name
Name of the icon object
icon
The icon object
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CustomIconContainer Class
CustomIconContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.