Return to package dfl. www.dprogramming.com

module dfl.progressbar

classes
ProgressBar

ProgressBar
public class ProgressBar: ControlSuperClass
{
protected override void createParams(inout CreateParams cp); public static Color defaultForeColor();    [property getter] protected override Size defaultSize();    [property getter] public final void increment(int incby); public final int maximum();    [property getter] public final void maximum(int max);    [property setter] public final int minimum();    [property getter] public final void minimum(int min);    [property setter] protected override void onHandleCreated(EventArgs ea); public final void performStep(); protected override void prevWndProc(inout Message msg); public final void step(int stepby);    [property setter] public final int step();    [property getter] public this(); public final int value();    [property getter] public final void value(int setval);    [property setter]
}