| Visual Basic (Declaration) | |
|---|---|
Public Property DialogType As DialogType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ResponseEventArgs Dim value As DialogType instance.DialogType = value value = instance.DialogType | |
| C# | |
|---|---|
public DialogType DialogType {get; set;} | |
| C++/CLI | |
|---|---|
public: property DialogType DialogType { DialogType get(); void set ( DialogType value); } | |
Property Value
true for a confirmed response, otherwise false.Use this property to determine if a response is confirmed.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code