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

namespace: Crow

Inheritance Hierarchy

  • Popper

Syntax

public class Popper : TemplatedContainer, IToggle

Constructors

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

Properties

name description
CanPop __
Content __
IsPopped __
IsToggleable __
IsToggled __
PopDirection __
PopHeight __
PopWidth __

Methods

prototype description
void checkHoverWidget(MouseMoveEventArgs e) __
bool MouseIsIn(Point m) __
void onMouseClick(object sender, MouseButtonEventArgs e) Default mouse click method. A click is a press and release without mouving combination.
void onMouseLeave(object sender, MouseMoveEventArgs e) __
void onPop(object sender, EventArgs e) __
void onUnpop(object sender, EventArgs e) __

Events

name description
Popped __
ToggleOff __
ToggleOn __
Unpoped __
Clone this wiki locally