ArcFM Engine Developer Guide
Caption Property (IMMCustomFieldEditor)


Use this property to determine how the field appears when it is NOT being edited. This allows you to display information in a consistent format when the field is edited and when it is simply viewed. Return a non-null Caption property value that displays the field value string of the field editor. If this property is not set, the field value displayed will not reflect the format used by the field editor.
Syntax
'Declaration
 
<DispIdAttribute(2)>
ReadOnly Property Caption As String
'Usage
 
Dim instance As IMMCustomFieldEditor
Dim value As String
 
value = instance.Caption
[DispId(2)]
string Caption {get;}

Property Value

String

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

IMMCustomFieldEditor Interface
IMMCustomFieldEditor Members

 

 


Send Comment