Intersoft WebCombo Documentation
TextboxMode Enumeration
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace : TextboxMode Enumeration






Value indicating the text box mode on WebCombo.NET TextboxMode Enumeration.

Syntax

Visual Basic (Declaration) 
Public Enum TextboxMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As TextboxMode
C# 
public enum TextboxMode : System.Enum 
Delphi 
public enum TextboxMode = class(System.Enum)
JScript 
public enum TextboxMode extends System.Enum
Managed Extensions for C++ 
__value public enum TextboxMode : public System.Enum 
C++/CLI 
public enum class TextboxMode : public System.Enum 

Members

MemberDescription
EditableThe textbox portion of the control is editable. This is the default value. The textbox portion of the control is editable. This is the default value.
ReadOnlyThe textbox portion of the control is read only (not editable). The textbox portion of the control is read only (not editable).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebCombo.TextboxMode

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.