BCGControlBar Library for .NET
SetComboStyle Method




Syntax
'Declaration
 
Protected Overridable Sub SetComboStyle( _
   ByVal cb As ComboBox, _
   ByVal item As GridDataItemOptionList _
) 
'Usage
 
Dim instance As ComboBoxCell
Dim cb As ComboBox
Dim item As GridDataItemOptionList
 
instance.SetComboStyle(cb, item)
protected virtual void SetComboStyle( 
   ComboBox cb,
   GridDataItemOptionList item
)
protected: virtual void SetComboStyle( 
   ComboBox* cb,
   GridDataItemOptionList* item
) 
protected:
virtual void SetComboStyle( 
   ComboBox^ cb,
   GridDataItemOptionList^ item
) 

Parameters

cb
item
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

ComboBoxCell Class
ComboBoxCell Members

Send Feedback