Xceed Real-Time Zip for .NET Documentation
Buttons Enumeration


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace : Buttons Enumeration
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
MemberDescription
AbortCaption for the Abort button that is displayed on the DialogMessages.Progress dialog during extraction. The default value is "&Abort".
AgreeCaption 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".
AlwaysSkipCaption 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".
CancelCaption 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".
ContinueCaption 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".
ExitCaption 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".
NoCaption for No buttons. The default value is "&No".
OkCaption for the OK buttons. The default value is "&OK".
OverwriteAllCaption for the Overwrite 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".
OverwriteNoneCaption for the Overwrite 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"..
RefuseCaption 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".
SkipCaption for the Skip button that is displayed on the DialogMessages.Password dialog. The default value is "&Skip File".
YesCaption 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-extracting 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

Reference

Xceed.Zip.Sfx Namespace