-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.Popper
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
namespace: Crow
Popper
public class Popper : TemplatedContainer, IToggle
⬜ | prototype | description |
---|---|---|
Popper (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
CanPop |
__ | |
Content |
__ | |
IsPopped |
__ | |
IsToggleable |
__ | |
IsToggled |
__ | |
PopDirection |
__ | |
PopHeight |
__ | |
PopWidth |
__ |
⬜ | 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) |
__ |
⬜ | name | description |
---|---|---|
Popped |
__ | |
ToggleOff |
__ | |
ToggleOn |
__ | |
Unpoped |
__ |