Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public interface Gregor.Core.IImageList : System.IDisposable Custom Attributes: Description:
System.Windows.Forms.ImageList Inner {get;}
Custom Attributes:
Description:
void AddIcon(System.Drawing.Icon ico, System.String sKey) Custom Attributes: Description:
System.Boolean ExistsKey(System.String sKey) Custom Attributes: Description:
System.Drawing.Icon GetIcon(System.String sKey) Custom Attributes: Description:
System.Drawing.Icon GetIcon(System.Int32 index) Custom Attributes: Description:
System.Int32 GetIconIndex(System.String sKey) Custom Attributes: Description:
System.String GetIconKey(System.Int32 index) Custom Attributes: Description:
System.Drawing.Image GetImage(System.String sKey) Custom Attributes: Description:
System.Drawing.Image GetImage(System.Int32 index) Custom Attributes: Description:
System.Collections.ICollection GetKeys() Custom Attributes: Description:
System.Windows.Forms.ImageList