BCExtensionCommandGroupCollectionEditorGetDisplayText Method  | 
 
            Retrieves the display text for the given list item.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Design
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxprotected override string GetDisplayText(
	Object value
)
Protected Overrides Function GetDisplayText ( 
	value As Object
) As String
Parameters
- value
 - Type: SystemObject
The list item for which to retrieve display text. 
Return Value
Type: 
String
            The display text for 
value.
            
See Also