Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CImageList : System.Object, Gregor.Core.IImageList, System.IDisposable Custom Attributes: Description:
public CImageList(System.Reflection.Assembly a, System.String sNameBase) Custom Attributes: Description:
public CImageList(System.Int32 size, System.Windows.Forms.ColorDepth cd, System.Reflection.Assembly a, System.String sNameBase) Custom Attributes: Description:
public const System.String ICON_FILE_EXTENSION = ".ico" Custom Attributes: Description:
private System.Reflection.Assembly m_Assembly Custom Attributes: Description:
private System.Collections.Hashtable m_Icons Custom Attributes: Description:
private System.Windows.Forms.ImageList m_ImageList Custom Attributes: Description:
private System.Collections.Hashtable m_Indices Custom Attributes: Description:
private System.String m_NameBase Custom Attributes: Description:
public System.Reflection.Assembly Assembly {get;}
Custom Attributes:
Description:
public System.Windows.Forms.ImageList Inner {get;} // Gregor.Core.IImageList.Inner
Custom Attributes:
Description:
public System.String NameBase {get;}
Custom Attributes:
Description:
public void AddIcon(System.Drawing.Icon ico, System.String sKey) // Gregor.Core.IImageList.AddIcon Custom Attributes: Description:
public void AddResourceIcon(System.String sIcon, System.Reflection.Assembly a, System.String sNameBase) Custom Attributes: Description:
public void AddResourceIcon(System.String sIcon) Custom Attributes: Description:
public void AddResourceIcons() Custom Attributes: Description:
public void AddResourceIcons(System.Reflection.Assembly a, System.String sNameBase) Custom Attributes: Description:
public void Dispose() // System.IDisposable.Dispose Custom Attributes: Description:
public System.Boolean ExistsKey(System.String sKey) // Gregor.Core.IImageList.ExistsKey Custom Attributes: Description:
public System.Drawing.Icon ExtractResourceIcon(System.String sIcon) Custom Attributes: Description:
public System.Drawing.Icon ExtractResourceIcon(System.String sIcon, System.Reflection.Assembly a, System.String sNameBase) Custom Attributes: Description:
public System.Drawing.Icon GetIcon(System.String sIcon) // Gregor.Core.IImageList.GetIcon Custom Attributes: Description:
public System.Drawing.Icon GetIcon(System.Int32 index) // Gregor.Core.IImageList.GetIcon Custom Attributes: Description:
public System.Int32 GetIconIndex(System.String sIcon) // Gregor.Core.IImageList.GetIconIndex Custom Attributes: Description:
public System.String GetIconKey(System.Int32 index) // Gregor.Core.IImageList.GetIconKey Custom Attributes: Description:
public System.Drawing.Image GetImage(System.Int32 index) // Gregor.Core.IImageList.GetImage Custom Attributes: Description:
public System.Drawing.Image GetImage(System.String sIcon) // Gregor.Core.IImageList.GetImage Custom Attributes: Description:
public System.Collections.ICollection GetKeys() // Gregor.Core.IImageList.GetKeys Custom Attributes: Description:
System.Windows.Forms.ImageList