SpreadsheetGear 2012
DialogResult Property (ShapeExplorer)






Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Behavior")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The value this form will return if displayed as a dialog box.")>
Public Property DialogResult As System.Windows.Forms.DialogResult
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Windows.Forms.DialogResult
 
instance.DialogResult = value
 
value = instance.DialogResult
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The value this form will return if displayed as a dialog box.")]
public System.Windows.Forms.DialogResult DialogResult {get; set;}
public read-write property DialogResult: System.Windows.Forms.DialogResult; 
System.ComponentModel.BrowsableAttribute()
SRCategoryAttribute("Behavior")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The value this form will return if displayed as a dialog box.")
public function get,set DialogResult : System.Windows.Forms.DialogResult
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The value this form will return if displayed as a dialog box.")]
public: __property System.Windows.Forms.DialogResult get_DialogResult();
public: __property void set_DialogResult( 
   System.Windows.Forms.DialogResult value
);
[System.ComponentModel.Browsable(false)]
[SRCategory("Behavior")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The value this form will return if displayed as a dialog box.")]
public:
property System.Windows.Forms.DialogResult DialogResult {
   System.Windows.Forms.DialogResult get();
   void set (    System.Windows.Forms.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

ShapeExplorer Class
ShapeExplorer Members

Send Feedback