LabeledTextBox.MaxLength Property
Get/Set the max length
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property MaxLength As Integer
public int MaxLength { get; set; }
public:
property int MaxLength {
int get ();
void set (int value);
}
member MaxLength : int with get, set
function get MaxLength () : int
function set MaxLength (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.