BCGControlBar Library for .NET
AddOption(Boolean) Method




Specifies the boolean value containing the option to add.

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

Parameters

value

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