BCGControlBar Library for .NET
AddOption(Char) Method




Specifies the char value containing the option to add.
Adds a new char value to a property that contains a combo box with a list of char values.
Syntax
'Declaration
 
Public Overloads Sub AddOption( _
   ByVal value As Char _
) 
'Usage
 
Dim instance As PropertyListItem
Dim value As Char
 
instance.AddOption(value)
public void AddOption( 
   char value
)
public: void AddOption( 
   char value
) 
public:
void AddOption( 
   char value
) 

Parameters

value
Specifies the char value containing the option to add.
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
Overload List

Send Feedback