Gets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of 
MaxLength.
 
            
            
            
            
            
            
            
            'Declaration
 
Public Property Comb As Boolean
             
        
            
            'Usage
 
Dim instance As TextField
Dim value As Boolean
 
instance.Comb = value
 
value = instance.Comb
             
        
            
            public bool Comb {get; set;}
             
        
            
            public: __property bool get_Comb();
public: __property void set_Comb( 
   bool value
);
             
        
            
            public:
property bool Comb {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Whether the fields are automatically divided into equally spaced parts.