Interface IST_CustomIntegerPropHelper
  
  
  
  Assembly: STCustomPropTypes.dll
  Syntax
  
    [Guid("325EA2A4-2EF9-44A6-A57F-86A9572225D3")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IST_CustomIntegerPropHelper : 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
  
  
  UnitsStr
  
  
  Declaration
  
    string UnitsStr { get; set; }
   
  Property Value
  
  
  ValueGetter
  
  
  Declaration
  
    IIntegerValueGetter ValueGetter { get; set; }
   
  Property Value
  
  
  ValueSetter
  
  
  Declaration
  
    IIntegerValueSetter ValueSetter { get; set; }
   
  Property Value
  
  
  Visible
  
  
  Declaration
  
    IBooleanValueGetter Visible { get; set; }
   
  Property Value