BCGControlBar Library for .NET
AddOption(Int32) Method




Specifies the integer value containing the option to add.

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

Parameters

value

Specifies the integer 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