An NDoc Documented Class Library

TextBox Class

For a list of all members of this type, see TextBox Members.

System.Object
   White.Core.UIItems.UIItem
      White.Core.UIItems.TextBox
         White.Core.UIItems.MultilineTextBox
         White.Core.UIItems.WinFormTextBox

[Visual Basic]
Public Class TextBox
    Inherits UIItem
[C#]
public class TextBox : UIItem
[C++]
public __gc class TextBox : public UIItem
[JScript]
public class TextBox extends UIItem

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: White.Core.UIItems

Assembly: White.Core (in White.Core.dll)

See Also

TextBox Members | White.Core.UIItems Namespace