BCGControlBar Library for .NET
PushChar Method




Specifies the character to be entered.
This function called from the property list control when the property is selected and the user enters a new character. Override this function in a derived class to process the user input.
Syntax
'Declaration
 
Public Overridable Function PushChar( _
   ByVal character As Char _
) As Boolean
'Usage
 
Dim instance As PropertyListItem
Dim character As Char
Dim value As Boolean
 
value = instance.PushChar(character)
public virtual bool PushChar( 
   char character
)
public: virtual bool PushChar( 
   char character
) 
public:
virtual bool PushChar( 
   char character
) 

Parameters

character
Specifies the character to be entered.
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

Reference

PropertyListItem Class
PropertyListItem Members

Send Feedback