PowerWEB LiveControls for ASP.NET
DialogType Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > ResponseEventArgs Class : DialogType Property



Gets or sets the confirmed state of a LiveMessageBox.

Syntax

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.

Remarks

Use this property to determine if a response is confirmed.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.