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






placeHolder
A char to be found.

Glossary Item Box

Gets a placeholder by character.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")>
Public Function GetByCharacter( _
   ByVal placeHolder As System.Char _
) As PlaceHolder
Visual Basic (Usage)Copy Code
Dim instance As CustomPlaceHolderCollection
Dim placeHolder As System.Char
Dim value As PlaceHolder
 
value = instance.GetByCharacter(placeHolder)
C# 
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public PlaceHolder GetByCharacter( 
   System.char placeHolder
)
Delphi 
public function GetByCharacter( 
    placeHolder: System.Char
): PlaceHolder; 
JScript 
System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")
public function GetByCharacter( 
   placeHolder : System.char
) : PlaceHolder;
Managed Extensions for C++ 
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public: PlaceHolder* GetByCharacter( 
   System.char placeHolder
) 
C++/CLI 
[System.ComponentModel.DescriptionAttribute("Gets a placeholder by character.")]
public:
PlaceHolder^ GetByCharacter( 
   System.char placeHolder
) 

Parameters

placeHolder
A char to be found.

Return Value

The found PlaceHolder object.

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.