Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 3 revisions

namespace: Crow

Inheritance Hierarchy

Syntax

public class Window : TemplatedContainer

Constructors

prototype description
Window (Interface iface, string style=null) __

Properties

name description
AllowedStates __
AlwaysOnTop __
Commands __
CurrentState __
Icon __
Modal __
Movable __
Resizable __

Methods

prototype description
bool MouseIsIn(Point m) __
void onMouseLeave(object sender, MouseMoveEventArgs e) __
void onMouseMove(object sender, MouseMoveEventArgs e) __
void onQuitPress(object sender, MouseButtonEventArgs e) __
Window Show(Interface iface, string imlPath, bool modal=false) __

Events

name description
Closing __
Maximized __
Minimize __
Unmaximized __
Clone this wiki locally