Classes
| Class | Description | |
|---|---|---|
| ContainerElement |
This class represents the basic foundation of the xGui API.
All pieces of the system should inherit from this base class.
| |
| ControlElement |
This class represents a Control specific command.
| |
| DialogWindow |
Provides a base class for non-fullscreen dialog windows.
| |
| DrawEventArgs |
Provides data for the EtAlii.xTechnology.Windows.Element.Draw event.
| |
| Element |
This class represents the basic foundation of the xGui API.
All pieces of the system should inherit from this base class.
| |
| ElementCollection |
Represents a collection of Elements on the EtAlii.xTechnology.Windows.Window.
| |
| ElementEventArgs |
Provides data for Element specific events.
| |
| ImageElement |
This class represents a Element that has a Image
to represent itselve.
| |
| KeyEventArgs |
Provides data for the KeyEventHandler event.
| |
| PointEventArgs |
Provides data for events that use Point data.
| |
| RegionEventArgs |
Provides data for Region specific events.
| |
| TextElement |
This class represents a Textual Element.
| |
| Window |
Represents a Window. This class should be inherited by a technology-specific implementation.
| |
| Window<(Of <(CanvasType>)>) |
Inherit from this abstract class to specify a technology-specific canvas that should be used.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ElementInvocation |
This interface is used to expose the internal invoke methods. Do not use this interface for default
purposes.
|
Delegates
| Delegate | Description | |
|---|---|---|
| DrawEventHandler |
Represents the method that will handle the Draw event of a Element.
| |
| ElementEventHandler |
Represents methods that will handle Element related events.
| |
| KeyEventHandler |
Represents methods that will handle keyboard related events.
| |
| PointEventHandler |
Represents methods that will handle Point related events.
| |
| RegionEventHandler |
Represents methods that will handle Region related events.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Keys |
Specifies key codes and modifiers.
|