Table of Contents

Class ScrollBar

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

A scroll bar control

public class ScrollBar : Slider, ICloneable
Inheritance
object
ScrollBar
Implements
Inherited Members

Constructors

ScrollBar()

public ScrollBar()

Properties

Value

The current value of the control

public override int Value { get; set; }

Property Value

int

Methods

Clone()

Creates a deep copy of this instance.

public override Control Clone()

Returns

Control

CloneFromTo(ScrollBar, ScrollBar)

Copies all members declared by ScrollBar from one instance to another.

protected static void CloneFromTo(ScrollBar from, ScrollBar to)

Parameters

from ScrollBar
to ScrollBar

CloneScrollBar()

Creates a deep copy of this ScrollBar instance.

public ScrollBar CloneScrollBar()

Returns

ScrollBar

The new copy of the ScrollBar.