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

Show in webframe

TotalRows Property (RasterImageList)






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

            

            
[BrowsableAttribute(false)]
public:
property int TotalRows {
   int get();
}

Property Value

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

Target Platforms

See Also

Reference

RasterImageList Class
RasterImageList Members

Error processing SSI file