Visual Basic (Declaration) | |
---|---|
Public Enum ControlType Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ControlType |
C# | |
---|---|
public enum ControlType : System.Enum |
Member | Description |
---|---|
ButtonEdit | Allows contents to be changed only by means of buttons |
Normal | Allows changes to the contents based on the default settings |
ReadOnly | Allows no changes to the contents but allows some interaction, such as copying |
Static | Allows contents to be seen only, as in a label, but not set focus to |
System.Object
System.ValueType
System.Enum
FarPoint.Win.ControlType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2