Intersoft WebInput Documentation
LookUpChar Constructor
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > LookUpChar Class : LookUpChar Constructor






character

Glossary Item Box

Initializes a new instance of the LookUpChar class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal character As System.Char _
)
Visual Basic (Usage)Copy Code
Dim character As System.Char
 
Dim instance As New LookUpChar(character)
C# 
public LookUpChar( 
   System.char character
)
Delphi 
public LookUpChar( 
    character: System.Char
); 
JScript 
public function LookUpChar( 
   character : System.char
);
Managed Extensions for C++ 
public: LookUpChar( 
   System.char character
)
C++/CLI 
public:
LookUpChar( 
   System.char character
)

Parameters

character

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.