Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / Buttons Enumeration


In This Topic
    Buttons Enumeration
    In This Topic
    Value representing the captions for all the buttons that are shown by self-extracting zip files created with the Xceed Zip Self-Extractor binary.
    Syntax
    'Declaration
     
    Public Enum Buttons 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As Buttons
    Members
    MemberValueDescription
    Abort2Caption for the Abort button that is displayed on the DialogMessages.Progress dialog during extraction. The default value is "&Abort".
    Agree11Caption for the Agree button that is displayed on the DialogMessages.License dialog. This button usually indicates that the user accepts the terms of the license agreement and can proceed with the self-extraction process. The default value is "&Agree".
    AlwaysSkip4Caption for the Always Skip button that is displayed on the DialogMessages.Password dialog and provides the option to always skip files that cannot be decrypted, without any further prompting. The default value is "&Always Skip".
    Cancel1Caption for the Cancel button that is displayed on the folder browser and can only be changed when using the 16-bit self-extractor. The 32-bit self-extractor uses the system's folder browser and cannot be customized by Xceed Zip. The default value is "&Cancel".
    Continue9Caption for the Continue button that is displayed on the DialogMessages.Introduction dialog and provides the option to continue, as opposed to exiting, if the user clicks on the Exit button. The default value is "&Continue".
    Exit10Caption for the Exit button that is displayed on the DialogMessages.Introduction dialog and the DialogMessages.DestinationFolder dialog. It provides the option to exit the self-extractor without extracting any files. The default value is "&Exit".
    No6Caption for No buttons. The default value is "&No".
    Ok0Caption for the OK buttons. The default value is "&OK".
    OverwriteAll7Caption for the Overwite All button that is displayed on the DialogMessages.Overwrite dialog and provides the option to always overwrite files that already exist, without any further prompting. The default value is "&All".
    OverwriteNone8Caption for the Overwite None button that is displayed on the DialogMessages.Overwrite dialog and provides the option to never overwrite files that already exist, without any further prompting. The default value is "N&one"..
    Refuse12Caption for the Refuse button that is displayed on the DialogMessages.License dialog. This button usually indicates that the user does not accept the terms of the license agreement and can not proceed with the self-extraction process. The default value is "&Refuse".
    Skip3Caption for the Skip button that is displayed on the DialogMessages.Password dialog. The default value is "&Skip File".
    Yes5Caption for Yes buttons. The default value is "&Yes".
    Remarks

    Button captions can contain the & character. This character becomes underlined and is considered as a windows keyboard shortcut character for the button (also known as a keyboard accelerator) when the self-exracting zip file is created.

    The maximum length string allowed for each caption is 30 characters.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Zip.Sfx.Buttons

    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