ArcFM Solution Developer Guide
DialogResult Property (ColorPicker)


Syntax
'Declaration
 
<SRCategoryAttribute("CatBehavior")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<SRDescriptionAttribute("ButtonDialogResultDescr")>
Public Overridable Property DialogResult As System.Windows.Forms.DialogResult
'Usage
 
Dim instance As ColorPicker
Dim value As System.Windows.Forms.DialogResult
 
instance.DialogResult = value
 
value = instance.DialogResult
[SRCategory("CatBehavior")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[SRDescription("ButtonDialogResultDescr")]
public virtual System.Windows.Forms.DialogResult 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

ColorPicker Class
ColorPicker Members

 

 


Send Comment