Interface IScrollBarShapes
public interface IScrollBarShapes
Properties
Count
int Count { get; }
Property Value
this[int]
IScrollBarShape this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IScrollBarShape this[string name] { get; }
Parameters
name
string
Property Value
Methods
AddScrollBar(int, int, int, int)
IScrollBarShape AddScrollBar(int row, int column, int height, int width)