ArcFM Solution Developer Guide
DialogResult Property


Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("System.Windows.DialogResultConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property DialogResult As System.Nullable(Of Boolean)
'Usage
 
Dim instance As DesignSummaryWindow
Dim value As System.Nullable(Of Boolean)
 
instance.DialogResult = value
 
value = instance.DialogResult
[System.ComponentModel.TypeConverter("System.Windows.DialogResultConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public System.Nullable<bool> DialogResult {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DesignSummaryWindow Class
DesignSummaryWindow Members

 

 


Send Comment