[Gregor.Core.IImageList]

Gregor.Core.IImageList

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public interface Gregor.Core.IImageList

: System.IDisposable

Custom Attributes: 

Description: 


Members

Inner

System.Windows.Forms.ImageList Inner {get;}

Custom Attributes: 

Description: 

AddIcon

void AddIcon(System.Drawing.Icon ico, System.String sKey)

Custom Attributes: 

Description: 

ExistsKey

System.Boolean ExistsKey(System.String sKey)

Custom Attributes: 

Description: 

GetIcon

System.Drawing.Icon GetIcon(System.String sKey)

Custom Attributes: 

Description: 

GetIcon

System.Drawing.Icon GetIcon(System.Int32 index)

Custom Attributes: 

Description: 

GetIconIndex

System.Int32 GetIconIndex(System.String sKey)

Custom Attributes: 

Description: 

GetIconKey

System.String GetIconKey(System.Int32 index)

Custom Attributes: 

Description: 

GetImage

System.Drawing.Image GetImage(System.String sKey)

Custom Attributes: 

Description: 

GetImage

System.Drawing.Image GetImage(System.Int32 index)

Custom Attributes: 

Description: 

GetKeys

System.Collections.ICollection GetKeys()

Custom Attributes: 

Description: 


See Also

System.Drawing.Icon

System.Drawing.Image

System.String

System.Windows.Forms.ImageList

System.Collections.ICollection

System.IDisposable

System.Boolean

System.Int32

System.Void