Recent Changes Printable View Page History Edit Page

module dfl.tooltip;
public class ToolTip
{
public final bool active; [property setter]
public final bool active; [property getter]
public final DWORD automaticDelay; [property setter]
public final DWORD autoPopDelay; [property setter]
public final char[] getToolTip(Control ctrl);
public final HWND handle; [property getter]
public final DWORD initialDelay; [property setter]
public final void removeAll();
public final DWORD reshowDelay; [property setter]
public final void setToolTip(Control ctrl,char[] text);
public final bool showAlways; [property setter]
public final bool showAlways; [property getter]
}

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