ArcFM Engine Developer Guide
Text Property (CommandBar)


Returns/sets the title that appears on the caption bar when this CommandBar not docked.
Syntax
public string Text {get; set;}
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As CommandBar
Dim value As String
 
instance.Text = value
 
value = instance.Text
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

CommandBar Class
CommandBar Members

 

 


Send Comment