ArcFM Engine Developer Guide
CustomizerCaption Property


Returns/sets a string of text that appears in the run-time Customizer dialog's Commands list.
Syntax
'Declaration
 
Public Property CustomizerCaption As String
'Usage
 
Dim instance As Command
Dim value As String
 
instance.CustomizerCaption = value
 
value = instance.CustomizerCaption
public string CustomizerCaption {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

Command Class
Command Members

 

 


Send Comment