Intersoft WebInput Documentation
HighLightType Enumeration
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : HighLightType Enumeration






Glossary Item Box

Specifies type of highlight Specifies type of highlight.

Syntax

Visual Basic (Declaration) 
Public Enum HighLightType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
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 

Members

MemberDescription
CharacterHighlight a character.
PhraseHighlight a collection of characters terminated by a specific literal character.
WordHighlight a collection of characters terminated by a space or another white-space character, such as a tab.

Remarks

Members :
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
WebInput provides several highlight types. The default value for this feature is Character.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebControls.HighLightType

Requirements

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

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.