ArcFM Solution Developer Guide
FormatString Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute("")>
<SRDescriptionAttribute("ListControlFormatStringDescr")>
<System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.MergablePropertyAttribute(False)>
Public Property FormatString As System.String
'Usage
 
Dim instance As ImageComboBox
Dim value As System.String
 
instance.FormatString = value
 
value = instance.FormatString
[System.ComponentModel.DefaultValue("")]
[SRDescription("ListControlFormatStringDescr")]
[System.ComponentModel.Editor("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", System.Drawing.Design.UITypeEditor)]
[System.ComponentModel.MergableProperty(false)]
public System.string FormatString {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

ImageComboBox Class
ImageComboBox Members

 

 


Send Comment