Class GuiEvent
Inherited Members
Namespace: Ritchie.Toolbox.Events
Assembly: Ritchie.Toolbox.dll
Syntax
public abstract class GuiEvent
Properties
DragStartWanted
Declaration
public bool DragStartWanted { get; }
Property Value
Type | Description |
---|---|
bool |
FocusWanted
Declaration
public bool FocusWanted { get; }
Property Value
Type | Description |
---|---|
bool |
Handled
Declaration
public bool Handled { get; }
Property Value
Type | Description |
---|---|
bool |
IsCanceled
Declaration
public bool IsCanceled { get; }
Property Value
Type | Description |
---|---|
bool |
PreventFocusLoss
Declaration
public bool PreventFocusLoss { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
Cancel()
Declaration
public void Cancel()
Handle()
Declaration
public void Handle()
KeepFocus()
Declaration
public void KeepFocus()
RequestFocus()
Declaration
public void RequestFocus()
StartDrag()
Declaration
public void StartDrag()