Recent Changes Printable View Page History Edit Page

module dfl.groupbox;
public class GroupBox: Control
{
protected void createParams(ref CreateParams cp);
public Size defaultSize; [property getter]
public Rect displayRectangle; [property getter]
protected void onFontChanged(EventArgs ea);
protected void onHandleCreated(EventArgs ea);
protected void onPaintBackground(PaintEventArgs ea);
protected void prevWndProc(ref Message msg);
protected void wndProc(ref Message msg);
[+] Inherited members
}
public static class GroupBox.ControlCollection
{
public void add(Control ctrl);
public bool contains(Control ctrl);
public int indexOf(Control ctrl);
public int length; [property getter]
public int opApply(int delegate(ref Control) dg);
public int opIndex; [property getter]
protected final Control owner; [property getter]
public void remove(Control ctrl);
public void removeAt(int i);
}

Page last modified on May 18, 2005, at 02:49 PM