Initializes a new instance of the 
ImGearRecUDItem class.
 
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String, _
   ByVal  As String, _
   ByVal  As Boolean _
)
             
        
            
            'Usage
 
Dim sectionName As String
Dim itemText As String
Dim isRegularExpression As Boolean
 
Dim instance As New ImGearRecUDItem(sectionName, itemText, isRegularExpression)
             
        
            
            public ImGearRecUDItem( 
   string ,
   string ,
   bool 
)
             
        
            
            public: ImGearRecUDItem( 
   string* ,
   string* ,
   bool 
)
             
        
            
            public:
ImGearRecUDItem( 
   String^ ,
   String^ ,
   bool 
)
             
        
             
        
            Parameters
- sectionName
 
- Section the item belongs to in the user dictionary.
 - itemText
 
- Item text (word).
 - isRegularExpression
 
- Set to true if the item is a regular expression, otherwise false.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also