Intersoft WebInput Documentation
GetByCharacter Method
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > IPlaceHolderCollection Interface : GetByCharacter Method






placeHolder

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Function GetByCharacter( _
   ByVal placeHolder As System.Char _
) As PlaceHolder
Visual Basic (Usage)Copy Code
Dim instance As IPlaceHolderCollection
Dim placeHolder As System.Char
Dim value As PlaceHolder
 
value = instance.GetByCharacter(placeHolder)
C# 
PlaceHolder GetByCharacter( 
   System.char placeHolder
)
Delphi 
function GetByCharacter( 
    placeHolder: System.Char
): PlaceHolder; 
JScript 
function GetByCharacter( 
   placeHolder : System.char
) : PlaceHolder;
Managed Extensions for C++ 
PlaceHolder* GetByCharacter( 
   System.char placeHolder
) 
C++/CLI 
PlaceHolder^ GetByCharacter( 
   System.char placeHolder
) 

Parameters

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.