C# Класс Artemis.Engine.Forms.Menu.BaseMenuForm

Наследование: PhysicalForm
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Focusable bool
OnClicked OnClickedDelegate
OnFocusGained OnFocusGainedDelegate
OnFocusLost OnFocusLostDelegate
OnHeld OnHeldDelegate
OnMouseEnter OnMouseEnterDelegate
OnMouseHover OnMouseHoverDelegate
OnMouseLeave OnMouseLeaveDelegate
OnReleased OnReleasedDelegate

Приватные методы

Метод Описание
BaseMenuForm ( ) : System.Linq
BaseMenuForm ( Body body ) : System.Linq
BaseMenuForm ( BodyConstructor constructor ) : System.Linq
BaseMenuForm ( string name ) : System.Linq
BaseMenuForm ( string name, Body body ) : System.Linq
BaseMenuForm ( string name, BodyConstructor constructor ) : System.Linq
MainUpdate ( ) : void

Описание свойств

Focusable публичное свойство

Whether or not this form can be focused by a MenuNavigator.
public bool Focusable
Результат bool

OnClicked публичное свойство

Delegate invoked when the user has clicked this form.
public OnClickedDelegate OnClicked
Результат OnClickedDelegate

OnFocusGained публичное свойство

Delegate invoked when this form has gained focus by a MenuNavigator. This is only invoked if Focusable is true.
public OnFocusGainedDelegate OnFocusGained
Результат OnFocusGainedDelegate

OnFocusLost публичное свойство

Delegate invoked when this form has lost focus. This is only invoked if Focusable is true.
public OnFocusLostDelegate OnFocusLost
Результат OnFocusLostDelegate

OnHeld публичное свойство

Delegate invoked while the user is clicking this form.
public OnHeldDelegate OnHeld
Результат OnHeldDelegate

OnMouseEnter публичное свойство

Delegate invoked when the user's mouse enters this form.
public OnMouseEnterDelegate OnMouseEnter
Результат OnMouseEnterDelegate

OnMouseHover публичное свойство

Delegate invoked while the user's mouse is in this form. This is called the frame *after* OnMouseEnter is invoked.
public OnMouseHoverDelegate OnMouseHover
Результат OnMouseHoverDelegate

OnMouseLeave публичное свойство

Delegate invoked when the user's mouse leaves this form.
public OnMouseLeaveDelegate OnMouseLeave
Результат OnMouseLeaveDelegate

OnReleased публичное свойство

Delegate invoked when the user has stopped clicking this form.
public OnReleasedDelegate OnReleased
Результат OnReleasedDelegate