BCGControlBar Library for .NET
SetListBox Method




Syntax
'Declaration
 
Public Sub SetListBox( _
   ByVal listbox As ListBox _
) 
'Usage
 
Dim instance As DesignPopupBar
Dim listbox As ListBox
 
instance.SetListBox(listbox)
public void SetListBox( 
   ListBox listbox
)
public: void SetListBox( 
   ListBox* listbox
) 
public:
void SetListBox( 
   ListBox^ listbox
) 

Parameters

listbox
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

DesignPopupBar Class
DesignPopupBar Members

Send Feedback