Intersoft WebCombo Documentation
ShowOnlyColumns Method
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > WebCombo Class : ShowOnlyColumns Method






fieldNames
An array of string representing the field name you want it to be shown. An array of string representing the field name you want it to be shown.

Show only the columns specified in fieldNames. You should only use this method when ComboMode is set to MultipleColumns.

Show only the columns specified in fieldNames. You should only use this method when LayoutSet.ComboMode is set to MultipleColumns.

Syntax

Visual Basic (Declaration) 
Public Sub ShowOnlyColumns( _
   ByVal fieldNames() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As WebCombo
Dim fieldNames() As String
 
instance.ShowOnlyColumns(fieldNames)
C# 
public void ShowOnlyColumns( 
   string[] fieldNames
)
Delphi 
public procedure ShowOnlyColumns( 
    fieldNames: Stringarray of
); 
JScript 
public function ShowOnlyColumns( 
   fieldNames : String[]
);
Managed Extensions for C++ 
public: void ShowOnlyColumns( 
   string*[]* fieldNames
) 
C++/CLI 
public:
void ShowOnlyColumns( 
   array<String^>^ fieldNames
) 

Parameters

fieldNames
An array of string representing the field name you want it to be shown. An array of string representing the field name you want it to be shown.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.