Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / XceedSfxPrefix Class / Icon Property


In This Topic
    Icon Property
    In This Topic
    Gets or sets the icon used by the self-extracting zip file. This property is not supported by Xceed Zip for .NET Compact Framework.
    Syntax
    'Declaration
     
    Public Property Icon As Icon
    'Usage
     
    Dim instance As XceedSfxPrefix
    Dim value As Icon
     
    instance.Icon = value
     
    value = instance.Icon
    public Icon Icon {get; set;}

    Property Value

    A reference to an Icon representing the icon used by the self-extracting zip file. This icon will be displayed by the EXE file as well as in the title bar throughout the UI.
    Remarks

    The icon must be 32 x 32 in size and is limited to 16 colors.

    This property is the equivalent of the SfxIconFilename property of the ActiveX version of Xceed Zip.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also