ImageGear .NET
Comb Property




Gets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of MaxLen. Only relevant if MaxLength is set and MultiLine, Password, and FileSelect are clear.
NOTE: ImageGear .NET 23.0 does not adhere to the behavior of this property. It is available for read and write for exporting purposes.
Syntax
'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.
See Also

Reference

TextField Class
TextField Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback