Skybound Rebar

RebarRow Class

Represents a row of bands on a rebar control.

For a list of all members of this type, see RebarRow Members.

System.Object
   Skybound.Rebar.RebarRow

[Visual Basic]
Public Class RebarRow
[C#]
public class RebarRow

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Rows in a Rebar control represent the physical state of the bands on the screen. As the bands are moved or reordered by the user, the bands in a row will automatically change.

You can obtain the collection of RebarRow objects contained in a Rebar control through the Rows property.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

RebarRow Members | Skybound.Rebar Namespace