Attribute for setting two string property as custom title.  
 More...
Attribute for setting two string property as custom title. 
class TestConfigClass
{
    [Attribute()]
    protected string m_sDisplayName;
}
Attribute for setting any string property as custom title.
Definition Attributes.c:44
 
   
◆ BaseContainerCustomDoubleTitleField()
      
        
          | void BaseContainerCustomDoubleTitleField.BaseContainerCustomDoubleTitleField  | 
          ( | 
          string |           propertyName1,  | 
        
        
           | 
           | 
          string |           propertyName2,  | 
        
        
           | 
           | 
          string |           format = "%1: %2" ) | 
        
      
 
 
◆ _WB_GetCustomTitle()
      
        
          | override bool BaseContainerCustomDoubleTitleField._WB_GetCustomTitle  | 
          ( | 
          BaseContainer |           source,  | 
        
        
           | 
           | 
          out string |           title ) | 
        
      
 
 
◆ m_sFormat
  
  
      
        
          | string BaseContainerCustomDoubleTitleField.m_sFormat | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_sPropertyName1
  
  
      
        
          | string BaseContainerCustomDoubleTitleField.m_sPropertyName1 | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_sPropertyName2
  
  
      
        
          | string BaseContainerCustomDoubleTitleField.m_sPropertyName2 | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this interface was generated from the following file: