C# Class NetIde.Util.ImageListManager

Inheritance: IDisposable
Afficher le fichier Open project: netide/netide Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetIndexForDirectory ( string path ) : int
GetIndexForFileName ( string fileName ) : int
GetIndexForOverlay ( int imageIndex, int overlayIndex ) : int
ImageListManager ( ) : System

Private Methods

Méthode Description
AddShellIcon ( string path, bool directory ) : int
DestroyIcon ( IntPtr hIcon ) : int
GetIcon ( int index ) : IntPtr
GetIndexForFileName ( string fileName, bool directory ) : int
ImageList_GetIcon ( IntPtr hImageList, int iconIndex, uint flags ) : IntPtr
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : IntPtr

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetIndexForDirectory() public méthode

public GetIndexForDirectory ( string path ) : int
path string
Résultat int

GetIndexForFileName() public méthode

public GetIndexForFileName ( string fileName ) : int
fileName string
Résultat int

GetIndexForOverlay() public méthode

public GetIndexForOverlay ( int imageIndex, int overlayIndex ) : int
imageIndex int
overlayIndex int
Résultat int

ImageListManager() public méthode

public ImageListManager ( ) : System
Résultat System