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



Gets or sets the confirmed state of a LiveMessageBox.

Syntax

Visual Basic (Declaration) 
Public Property Confirmed As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ResponseEventArgs
Dim value As Boolean
 
instance.Confirmed = value
 
value = instance.Confirmed
C# 
public bool Confirmed {get; set;}
C++/CLI 
public:
property bool Confirmed {
   bool get();
   void set (    bool 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.