Intersoft WebInput Documentation
CustomPlaceHolder Constructor(LookUpCharCollection,Char,Boolean,Boolean,Boolean)
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CustomPlaceHolder Class > CustomPlaceHolder Constructor : CustomPlaceHolder Constructor(LookUpCharCollection,Char,Boolean,Boolean,Boolean)






lookupChars
placeHolder
caseSensitive
excluding
optional

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal lookupChars As LookUpCharCollection, _
   ByVal placeHolder As System.Char, _
   ByVal caseSensitive As System.Boolean, _
   ByVal excluding As System.Boolean, _
   ByVal optional As System.Boolean _
)
Visual Basic (Usage)Copy Code
Dim lookupChars As LookUpCharCollection
Dim placeHolder As System.Char
Dim caseSensitive As System.Boolean
Dim excluding As System.Boolean
Dim optional As System.Boolean
 
Dim instance As New CustomPlaceHolder(lookupChars, placeHolder, caseSensitive, excluding, optional)
C# 
public CustomPlaceHolder( 
   LookUpCharCollection lookupChars,
   System.char placeHolder,
   System.bool caseSensitive,
   System.bool excluding,
   System.bool optional
)
Delphi 
public CustomPlaceHolder( 
    lookupChars: LookUpCharCollection;
    placeHolder: System.Char;
    caseSensitive: System.Boolean;
    excluding: System.Boolean;
    optional: System.Boolean
); 
JScript 
public function CustomPlaceHolder( 
   lookupChars : LookUpCharCollection,
   placeHolder : System.char,
   caseSensitive : System.boolean,
   excluding : System.boolean,
   optional : System.boolean
);
Managed Extensions for C++ 
public: CustomPlaceHolder( 
   LookUpCharCollection* lookupChars,
   System.char placeHolder,
   System.bool caseSensitive,
   System.bool excluding,
   System.bool optional
)
C++/CLI 
public:
CustomPlaceHolder( 
   LookUpCharCollection^ lookupChars,
   System.char placeHolder,
   System.bool caseSensitive,
   System.bool excluding,
   System.bool optional
)

Parameters

lookupChars
placeHolder
caseSensitive
excluding
optional

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.