Xceed .NET Libraries Documentation
ButtonCaptions Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > XceedSfxPrefix Class : ButtonCaptions Property
Gets a list containing the captions of all the buttons that are shown by self-extracting zip files created with the Xceed Zip Self-Extractor binary.
Syntax
'Declaration
 
Public ReadOnly Property ButtonCaptions As ButtonCaptionList
'Usage
 
Dim instance As XceedSfxPrefix
Dim value As ButtonCaptionList
 
value = instance.ButtonCaptions
public ButtonCaptionList ButtonCaptions {get;}

Property Value

A reference to a ButtonCaptionList containing a list of all the captions of all the buttons that are shown by self-extracting zip files.
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.

This property is the equivalent of the SfxButtons property and the SfxClearButtons and SfxResetButtons methods 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

Reference

XceedSfxPrefix Class
XceedSfxPrefix Members