Interface IST_CustomComplexPropHelper
  
  
  
  Assembly: STCustomPropTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E640A35A-EF23-4218-A249-146382D91978")]
public interface IST_CustomComplexPropHelper : IST_AbstractPropHelper, IST_CustomProp
   
  Properties
  
  
  
  
  Declaration
  
    string ButtonDisplayName[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  ButtonHelpText[int]
  
  
  Declaration
  
    string ButtonHelpText[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  
  
  
  Declaration
  
    string ButtonIconPath[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  
  
  
  Declaration
  
    TCustomPropButtonState ButtonMode[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  
  
  
  Declaration
  
    int ButtonQuantity { get; set; }
   
  Property Value
  
  
  Caption
  
  
  Declaration
  
    string Caption { get; set; }
   
  Property Value
  
  
  ClickAction[int]
  
  
  Declaration
  
    IButtonClickAction ClickAction[int i] { get; set; }
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | i |  | 
    
  
  Property Value
  
  
  HasHint
  
  
  Declaration
  
    bool HasHint { get; set; }
   
  Property Value
  
  
  Hint
  
  
  Declaration
  
    string Hint { get; set; }
   
  Property Value
  
  
  IconFile
  
  
  Declaration
  
    string IconFile { get; set; }
   
  Property Value
  
  
  IsStructural
  
  
  Declaration
  
    IBooleanValueGetter IsStructural { get; set; }
   
  Property Value
  
  
  PropID
  
  
  Declaration
  
    string PropID { get; set; }
   
  Property Value
  
  
  PropIsExpandedGetter
  
  
  Declaration
  
    IBooleanValueGetter PropIsExpandedGetter { get; set; }
   
  Property Value
  
  
  PropIsExpandedSetter
  
  
  Declaration
  
    IBooleanValueSetter PropIsExpandedSetter { get; set; }
   
  Property Value
  
  
  PropType
  
  
  Declaration
  
    TCustomPropType PropType { get; }
   
  Property Value
  
  
  RestoreValueProc
  
  
  Declaration
  
    IST_CustomPropDefaultable RestoreValueProc { get; set; }
   
  Property Value
  
  
  TextGetter
  
  
  Declaration
  
    IStringValueGetter TextGetter { get; set; }
   
  Property Value
  
  
  TextSetter
  
  
  Declaration
  
    IStringValueSetter TextSetter { get; set; }
   
  Property Value
  
  
  UnitsStr
  
  
  Declaration
  
    string UnitsStr { get; set; }
   
  Property Value
  
  
  Visible
  
  
  Declaration
  
    IBooleanValueGetter Visible { get; set; }
   
  Property Value