Intersoft WebInput Documentation
HighLight Class
Members  See Also  Send Feedback
ISNet.WebUI.WebControls Namespace : HighLight Class






Glossary Item Box

Represents the selection, which is a highlighted block of text. Represents the selection, which is a highlighted block of text.

Object Model

HighLight Class

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Represents the selection, which is a highlighted block of text.")>
<System.SerializableAttribute()>
Public Class HighLight 
   Inherits ISNet.WebUI.ClientBehavior
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Visual Basic (Usage)Copy Code
Dim instance As HighLight
C# 
[System.ComponentModel.DescriptionAttribute("Represents the selection, which is a highlighted block of text.")]
[System.SerializableAttribute()]
public class HighLight : ISNet.WebUI.ClientBehavior, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
Delphi 
public class HighLight = class(ISNet.WebUI.ClientBehavior, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize)
JScript 
System.ComponentModel.DescriptionAttribute("Represents the selection, which is a highlighted block of text.")
System.SerializableAttribute()
public class HighLight extends ISNet.WebUI.ClientBehavior implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize 
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Represents the selection, which is a highlighted block of text.")]
[System.SerializableAttribute()]
public __gc class HighLight : public ISNet.WebUI.ClientBehavior, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Represents the selection, which is a highlighted block of text.")]
[System.SerializableAttribute()]
public ref class HighLight : public ISNet.WebUI.ClientBehavior, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize  

Remarks

Default behavior of highlight is replaced selected value with new value. HighLight is working tightly with WebInput.EditFormat feature (except for MaskType.DynamicNumber).

Default behavior of highlight replaces selected value with new value. HighLight is working tightly with EditFormat feature (except for MaskType.DynamicNumber). 

Using HighLight, you can select and highlight specific edit value (whether it is a character, a phrase or a word), edit the value, and spin it. Default behavior of highlight is replacing selected value with new typed value.

There are 3 types of highlight :

  • Character - Default value, highlight a character.
  • Phrase - Highlight a collection of characters terminated by a specific literal (literal: A value used exactly as you see it. For example, the number 25 and the string "Hello" are both literals. You can use literals in expressions, and you can assign literals to constants or variables.) character (used by Masking feature).
  • Word - Highlight a collection of character terminated by a space or another white-space character, such as a tab.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.ClientFeature
         ISNet.WebUI.ClientBehavior
            ISNet.WebUI.WebControls.HighLight

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.