BCGControlBar Library for .NET
AddOption(String) Method




Specifies the text string containing the option to add.

Adds a new string to a property that contains a combo box with a list of string values.
Syntax
'Declaration
 
Public Overloads Sub AddOption( _
   ByVal value As String _
) 
'Usage
 
Dim instance As PropertyListItem
Dim value As String
 
instance.AddOption(value)
public void AddOption( 
   string value
)
public: void AddOption( 
   string* value
) 
public:
void AddOption( 
   String^ value
) 

Parameters

value

Specifies the text string 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