Interface IST_CustomPropHelpers
  
  
  
  Assembly: STCustomPropTypes.dll
  Syntax
  
    [Guid("49E56B8A-BE49-4E85-A13D-4E1E9A744485")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CustomPropHelpers
   
  Methods
  
  CreateBooleanProp(string)
  
  
  Declaration
  
    IST_CustomBooleanPropHelper CreateBooleanProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateComplexProp(string)
  
  
  Declaration
  
    IST_CustomComplexPropHelper CreateComplexProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateDoubleProp(string)
  
  
  Declaration
  
    IST_CustomDoublePropHelper CreateDoubleProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateEnumIndexedProp(string)
  
  
  Declaration
  
    IST_CustomEnumIndexedPropHelper CreateEnumIndexedProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateEnumWithIDProp(string)
  
  
  Declaration
  
    IST_CustomEnumWithIDPropHelper CreateEnumWithIDProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateIntegerProp(string)
  
  
  Declaration
  
    IST_CustomIntegerPropHelper CreateIntegerProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns
  
  
  CreateSimplePropIterator()
  
  
  Declaration
  
    IST_SimplePropIterator CreateSimplePropIterator()
   
  Returns
  
  
  CreateStringProp(string)
  
  
  Declaration
  
    IST_CustomStringPropHelper CreateStringProp(string Caption)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | Caption |  | 
    
  
  Returns