BCGControlBar Library for .NET
AddOption(Int64) Method




Specifies the long value containing the option to add.

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

Parameters

value

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