Input for WinForms | ComponentOne
C1.Framework Namespace / C1BitmapIcon Class
Properties Methods Events


In This Topic
    C1BitmapIcon Class Members
    In This Topic

    The following tables list the members exposed by C1BitmapIcon.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the color used to paint the icon's background. The default value is Transparent. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the color used to paint the icon. The default value is Transparent. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the index of the small image in the SmallImageList.  
    Public PropertyGets or sets the key of the small image in the SmallImageList.  
    Public PropertyGets or sets the object that contains the images to display.  
    Public PropertyReturns the System.Boolean value specifying whether icon background color is set. (Inherited from C1.Framework.C1Icon)
    Public PropertyReturns the System.Boolean value specifying whether icon color is set. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets a value indicating whether this C1Icon can free scale or not. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the key used to retrieve the image. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the padding of the icon. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets a value that indicates whether the bitmap is shown in a single color.  
    Public PropertyGets or sets the size of icon to show. (Inherited from C1.Framework.C1Icon)
    Public PropertyGets or sets the image source.  
    Public PropertyGets or sets a Stretch enumeration value that describes how the shape fills its allocated space.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Creates a new object that is a copy of the current instance.  
    Public MethodIndicates whether the specified object is a C1BitmapIcon and has the same property values as this icon object.  
    Public Method  
    Public MethodOverridden. Reads this C1Icon from an System.Xml.XmlReader.  
    Public MethodOverridden. Writes this C1Icon into an System.Xml.XmlWriter.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFires the C1Icon.PropertyChanged event. (Inherited from C1.Framework.C1Icon)
    Top
    Public Events
     NameDescription
    Public EventFires when property value was changed. (Inherited from C1.Framework.C1Icon)
    Top
    See Also