C# Class NetIde.Util.ImageListManager

Inheritance: IDisposable
ファイルを表示 Open project: netide/netide Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Dispose ( ) : void
return void

GetIndexForDirectory() public method

public GetIndexForDirectory ( string path ) : int
path string
return int

GetIndexForFileName() public method

public GetIndexForFileName ( string fileName ) : int
fileName string
return int

GetIndexForOverlay() public method

public GetIndexForOverlay ( int imageIndex, int overlayIndex ) : int
imageIndex int
overlayIndex int
return int

ImageListManager() public method

public ImageListManager ( ) : System
return System