ArcFM Engine Developer Guide
CharacterCasing Property


Returns/sets whether the command modifies the case of characters as they are typed.
Syntax
'Declaration
 
Public Property CharacterCasing As CharacterCasing
'Usage
 
Dim instance As TextBoxCommand
Dim value As CharacterCasing
 
instance.CharacterCasing = value
 
value = instance.CharacterCasing
public CharacterCasing CharacterCasing {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

TextBoxCommand Class
TextBoxCommand Members

 

 


Send Comment