public class GroupBox: ControlSuperClass
{
public void allowDrop(bool dyes); [property setter]
protected override void createParams(inout CreateParams cp);
public override Size defaultSize(); [property getter]
public override Rect displayRectangle(); [property getter]
protected void onFontChanged(EventArgs ea);
protected void onHandleCreated(EventArgs ea);
protected override void onPaintBackground(PaintEventArgs ea);
protected override void prevWndProc(inout Message msg);
public this();
protected override void wndProc(inout Message msg);
}
|