PowerTCP Zip Compression for .NET
Caption Property




Gets or sets the caption of the extraction window.
Syntax
Public Property Caption As String
Dim instance As SelfExtractConfiguration
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
public string Caption {get; set;}
public: __property string* get_Caption();
public: __property void set_Caption( 
   string* value
);
public:
property String^ Caption {
   String^ get();
   void set (    String^ value);
}

Property Value

A string that represents the caption of the self-extraction application window.
Remarks
By default, the value of the caption is "Zip Self Extracting..."
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic