Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
TotalColumns Property
See Also 
Leadtools.WinForms Namespace > RasterImageList Class : TotalColumns Property




Gets the number of total item columns in the control.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public ReadOnly Property TotalColumns As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImageList
Dim value As Integer
 
value = instance.TotalColumns
C# 
[BrowsableAttribute(false)]
public int TotalColumns {get;}
Managed Extensions for C++ 
[BrowsableAttribute(false)]
public: __property int get_TotalColumns();
C++/CLI 
[BrowsableAttribute(false)]
public:
property int TotalColumns {
   int get();
}

Return Value

The number of total item columns in the control.

Example

For an example, refer to ScrollStyle.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also