Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

TotalColumns Property (RasterImageList)






Gets the number of total item columns in the control.
Syntax
[BrowsableAttribute(false)]
public int TotalColumns {get;}
[BrowsableAttribute(false)]
public:
property int TotalColumns {
   int get();
}
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property TotalColumns As Integer
 
'Usage
 
Dim instance As RasterImageList
Dim value As Integer
 
value = instance.TotalColumns

Property Value

The number of total item columns in the control.
Example
For an example, refer to ScrollStyle.
Requirements

Target Platforms

See Also

Reference

RasterImageList Class
RasterImageList Members

Error processing SSI file