Interface

Meta-51MetaCloseDialogInterface

Interface for implementing CloseDialog. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_focus(): void;
    vfunc_hide(): void;
    vfunc_show(): void;
}

Hierarchy (View Summary)

Index
  • Call whenever dialog should receive keyboard focus, usually when the window would.

    Returns void