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






rePattern
placeHolder

Glossary Item Box

Syntax

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

Parameters

rePattern
placeHolder

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.