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






rePattern
placeHolder
rePatternUpCase
rePatternLowerCase
optional

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal rePattern As System.String, _
   ByVal placeHolder As System.Char, _
   ByVal rePatternUpCase As System.String, _
   ByVal rePatternLowerCase As System.String, _
   ByVal optional As System.Boolean _
)
Visual Basic (Usage)Copy Code
Dim rePattern As System.String
Dim placeHolder As System.Char
Dim rePatternUpCase As System.String
Dim rePatternLowerCase As System.String
Dim optional As System.Boolean
 
Dim instance As New PlaceHolder(rePattern, placeHolder, rePatternUpCase, rePatternLowerCase, optional)
C# 
public PlaceHolder( 
   System.string rePattern,
   System.char placeHolder,
   System.string rePatternUpCase,
   System.string rePatternLowerCase,
   System.bool optional
)
Delphi 
public PlaceHolder( 
    rePattern: System.String;
    placeHolder: System.Char;
    rePatternUpCase: System.String;
    rePatternLowerCase: System.String;
    optional: System.Boolean
); 
JScript 
public function PlaceHolder( 
   rePattern : System.String,
   placeHolder : System.char,
   rePatternUpCase : System.String,
   rePatternLowerCase : System.String,
   optional : System.boolean
);
Managed Extensions for C++ 
public: PlaceHolder( 
   System.string* rePattern,
   System.char placeHolder,
   System.string* rePatternUpCase,
   System.string* rePatternLowerCase,
   System.bool optional
)
C++/CLI 
public:
PlaceHolder( 
   System.String^ rePattern,
   System.char placeHolder,
   System.String^ rePatternUpCase,
   System.String^ rePatternLowerCase,
   System.bool optional
)

Parameters

rePattern
placeHolder
rePatternUpCase
rePatternLowerCase
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.