MobileForms Toolkit Documentation

StyleCollection.Insert Method 

Inserts a style into the StyleCollection at the specified index.

public void Insert(
int index,
Style style
);

Parameters

index
The zero-based index at which style should be inserted.
style
The Style to insert.

See Also

StyleCollection Class | Resco.Controls.SmartGrid Namespace