Intersoft WebGrid Documentation
TextboxMaxlength Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridColumn Class : TextboxMaxlength Property






Gets or sets the maximum length of the TextBox Edit control.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the maximum length of the TextBox Edit control.")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property TextboxMaxlength As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridColumn
Dim value As Integer
 
instance.TextboxMaxlength = value
 
value = instance.TextboxMaxlength
C# 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the maximum length of the TextBox Edit control.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public int TextboxMaxlength {get; set;}
Delphi 
public read-write property TextboxMaxlength: Integer; 
JScript 
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the maximum length of the TextBox Edit control.")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set TextboxMaxlength : int
Managed Extensions for C++ 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the maximum length of the TextBox Edit control.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property int get_TextboxMaxlength();
public: __property void set_TextboxMaxlength( 
   int value
);
C++/CLI 
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the maximum length of the TextBox Edit control.")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property int TextboxMaxlength {
   int get();
   void set (    int value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.