Visual Basic (Declaration) | |
---|---|
Public Enum HighLightType Inherits System.Enum |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As HighLightType |
C# | |
---|---|
public enum HighLightType : System.Enum |
Delphi | |
---|---|
public enum HighLightType = class(System.Enum) |
JScript | |
---|---|
public enum HighLightType extends System.Enum |
Managed Extensions for C++ | |
---|---|
__value public enum HighLightType : public System.Enum |
C++/CLI | |
---|---|
public enum class HighLightType : public System.Enum |
Member | Description |
---|---|
Character | Highlight a character. |
Phrase | Highlight a collection of characters terminated by a specific literal character. |
Word | Highlight a collection of characters terminated by a space or another white-space character, such as a tab. |
Members :
WebInput provides several highlight types. The default value for this feature is Character.
Member name | Description |
---|---|
Character | Default. Highlight a character |
Phrase | Highlight a collection of characters terminated by a spesific literal character |
Word | Highlight a collection of characters terminated by a space or another white-space character, such as a tab |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebControls.HighLightType
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