Intersoft ClientUI Documentation
DialogResult Property (UXButton)



Specifies identifiers to indicate the return value of a dialog box when this button is clicked.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DialogResult As DialogResult
Dim instance As UXButton
Dim value As DialogResult
 
instance.DialogResult = value
 
value = instance.DialogResult
[CategoryAttribute("Common Properties")]
public DialogResult DialogResult {get; set;}
[CategoryAttribute("Common Properties")]
public:
property DialogResult DialogResult {
   DialogResult get();
   void set (    DialogResult value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXButton Class
UXButton Members

Send Feedback