Click or drag to resize

AppResponseEventArgs Class

Represents the class that contain event data for display response window from SDK
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Patagames.Pdf.Net.EventArgumentsAppResponseEventArgs

Namespace: Patagames.Pdf.Net.EventArguments
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public class AppResponseEventArgs : EventArgs

The AppResponseEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAppResponseEventArgs Construct AppAlertEventArgs object.
Top
Properties
 NameDescription
Public propertycLabel A short string to appear in front of and on the same line as the edit text field.
Public propertyDefault A default value for the answer to the question. If not specified, no default value is presented.
Public propertyIsPassword If true, indicates that the user's response should show as asterisks (*) or bullets (?) to mask the response, which might be sensitive information. The default is false.
Public propertyQuestion The question to be posed to the user.
Public propertyTitle The title of the dialog box.
Public propertyUserResponse To receive the user's response.
Top
See Also