[Gregor.Core.CImageList]

Gregor.Core.CImageList

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CImageList

: System.Object, Gregor.Core.IImageList, System.IDisposable

Custom Attributes: 

Description: 


Members

CImageList

public CImageList(System.Reflection.Assembly a, System.String sNameBase)

Custom Attributes: 

Description: 

CImageList

public CImageList(System.Int32 size, System.Windows.Forms.ColorDepth cd, System.Reflection.Assembly a, System.String sNameBase)

Custom Attributes: 

Description: 

ICON_FILE_EXTENSION

public const System.String ICON_FILE_EXTENSION = ".ico"

Custom Attributes: 

Description: 

m_Assembly

private System.Reflection.Assembly m_Assembly

Custom Attributes: 

Description: 

m_Icons

private System.Collections.Hashtable m_Icons

Custom Attributes: 

Description: 

m_ImageList

private System.Windows.Forms.ImageList m_ImageList

Custom Attributes: 

Description: 

m_Indices

private System.Collections.Hashtable m_Indices

Custom Attributes: 

Description: 

m_NameBase

private System.String m_NameBase

Custom Attributes: 

Description: 

Assembly

public System.Reflection.Assembly Assembly {get;}

Custom Attributes: 

Description: 

Inner

public System.Windows.Forms.ImageList Inner {get;} // Gregor.Core.IImageList.Inner

Custom Attributes: 

Description: 

NameBase

public System.String NameBase {get;}

Custom Attributes: 

Description: 

AddIcon

public void AddIcon(System.Drawing.Icon ico, System.String sKey) // Gregor.Core.IImageList.AddIcon

Custom Attributes: 

Description: 

AddResourceIcon

public void AddResourceIcon(System.String sIcon, System.Reflection.Assembly a, System.String sNameBase)

Custom Attributes: 

Description: 

AddResourceIcon

public void AddResourceIcon(System.String sIcon)

Custom Attributes: 

Description: 

AddResourceIcons

public void AddResourceIcons()

Custom Attributes: 

Description: 

AddResourceIcons

public void AddResourceIcons(System.Reflection.Assembly a, System.String sNameBase)

Custom Attributes: 

Description: 

Dispose

public void Dispose() // System.IDisposable.Dispose

Custom Attributes: 

Description: 

ExistsKey

public System.Boolean ExistsKey(System.String sKey) // Gregor.Core.IImageList.ExistsKey

Custom Attributes: 

Description: 

ExtractResourceIcon

public System.Drawing.Icon ExtractResourceIcon(System.String sIcon)

Custom Attributes: 

Description: 

ExtractResourceIcon

public System.Drawing.Icon ExtractResourceIcon(System.String sIcon, System.Reflection.Assembly a, System.String sNameBase)

Custom Attributes: 

Description: 

GetIcon

public System.Drawing.Icon GetIcon(System.String sIcon) // Gregor.Core.IImageList.GetIcon

Custom Attributes: 

Description: 

GetIcon

public System.Drawing.Icon GetIcon(System.Int32 index) // Gregor.Core.IImageList.GetIcon

Custom Attributes: 

Description: 

GetIconIndex

public System.Int32 GetIconIndex(System.String sIcon) // Gregor.Core.IImageList.GetIconIndex

Custom Attributes: 

Description: 

GetIconKey

public System.String GetIconKey(System.Int32 index) // Gregor.Core.IImageList.GetIconKey

Custom Attributes: 

Description: 

GetImage

public System.Drawing.Image GetImage(System.Int32 index) // Gregor.Core.IImageList.GetImage

Custom Attributes: 

Description: 

GetImage

public System.Drawing.Image GetImage(System.String sIcon) // Gregor.Core.IImageList.GetImage

Custom Attributes: 

Description: 

GetKeys

public System.Collections.ICollection GetKeys() // Gregor.Core.IImageList.GetKeys

Custom Attributes: 

Description: 


See Also

System.Collections.Hashtable

System.Drawing.Icon

System.Drawing.Image

System.Object

System.Reflection.Assembly

System.String

System.Windows.Forms.ImageList

Gregor.Core.IImageList

System.Collections.ICollection

System.IDisposable

System.Boolean

System.Int32

System.Void

System.Windows.Forms.ColorDepth