Metodo PackAndGoNodeWrapperSetNodeIcon
|
Setta l'icona sul nodo
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 27.1.0
Sintassi public void SetNodeIcon(
ImageList il,
TreeListNode node
)
Public Sub SetNodeIcon (
il As ImageList,
node As TreeListNode
)
public:
void SetNodeIcon(
ImageList^ il,
TreeListNode^ node
)
member SetNodeIcon :
il : ImageList *
node : TreeListNode -> unit
Parametri
- il ImageList
-
- node TreeListNode
-
Vedi anche