Intersoft WebInput Documentation
BindToHighLight Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > MaskInfo Class : BindToHighLight Method






highLight
A HighLight instance to be bind to.

Glossary Item Box

Bind mask info to a highlight instance.

Syntax

Visual Basic (Declaration) 
Public Sub BindToHighLight( _
   ByVal highLight As HighLight _
) 
Visual Basic (Usage)Copy Code
Dim instance As MaskInfo
Dim highLight As HighLight
 
instance.BindToHighLight(highLight)
C# 
public void BindToHighLight( 
   HighLight highLight
)
Delphi 
public procedure BindToHighLight( 
    highLight: HighLight
); 
JScript 
public function BindToHighLight( 
   highLight : HighLight
);
Managed Extensions for C++ 
public: void BindToHighLight( 
   HighLight* highLight
) 
C++/CLI 
public:
void BindToHighLight( 
   HighLight^ highLight
) 

Parameters

highLight
A HighLight instance to be bind to.

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.