[archived content]

module dfl.label;
public class Label: Control
{
public bool autoSize; [property setter]
public bool autoSize; [property getter]
public BorderStyle borderStyle; [property getter]
public BorderStyle borderStyle; [property setter]
protected Size defaultSize; [property getter]
protected void onEnabledChanged(EventArgs ea);
protected void onFontChanged(EventArgs ea);
protected void onPaint(PaintEventArgs ea);
public Size preferredSize; [property getter]
protected bool processMnemonic(dchar charCode);
public char[] text; [property setter]
public ContentAlignment textAlign; [property setter]
public ContentAlignment textAlign; [property getter]
public final bool useMnemonic; [property getter]
public final bool useMnemonic; [property setter]
protected void wndProc(ref Message m);
[+] Inherited members
}
public static class Label.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:50 PM