ImageList.Handle Propiedad
Definición
Obtiene el identificador de la lista de imágenes.Gets the handle of the image list object.
public:
property IntPtr Handle { IntPtr get(); };
[System.ComponentModel.Browsable(false)]
public IntPtr Handle { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Handle : nativeint
Public ReadOnly Property Handle As IntPtr
Valor de propiedad
Identificador de la lista de imágenes.The handle for the image list. El valor predeterminado es null
.The default is null
.
- Atributos
Excepciones
Comentarios
Esto corresponde a un identificador de HIMAGELIST de Win32.This corresponds to a Win32 HIMAGELIST handle. No se creará el identificador hasta que tenga que usarlo.The handle is not created until you need to use it. Al obtener el identificador, se crea.Getting the handle causes it to be created.