[Missing <summary> documentation for "P:System.WebControls.TextBoxPlus.TextType"]
Assembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TextTypes TextType { get; set; } |
Visual Basic |
---|
Public Property TextType As TextTypes Get Set |
Visual C++ |
---|
public: property TextTypes TextType { TextTypes get (); void set (TextTypes value); } |
F# |
---|
member TextType : TextTypes with get, set |