Gets or sets a value indicating whether the field is automatically divided into as many equally spaced positions as the value of
MaxLength.
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);
}
'Declaration
Public Property Comb As Boolean
'Usage
Dim instance As TextField
Dim value As Boolean
instance.Comb = value
value = instance.Comb
Property Value
Whether the fields are automatically divided into equally spaced parts.