Empeld
Empeld plugin documentation.
Static Public Member Functions
|
List of all members
pluginbase.Objects.UI2.UI2Extensions Class Reference
Static Public Member Functions
static
IUI2Control
AddControl
(this
IUI2Screen
screen, string filename)
Load and immediately add a control to the screen
More...
Member Function Documentation
◆
AddControl()
static
IUI2Control
pluginbase.Objects.UI2.UI2Extensions.AddControl
(
this
IUI2Screen
screen
,
string
filename
)
static
Load and immediately add a control to the screen
Returns
The control.
Parameters
screen
Screen.
filename
Filename.
13
{
14
var control = screen.LoadControl(filename);
15
screen.AddControl(control);
16
return
control;
17
}
The documentation for this class was generated from the following file:
pluginbase/Objects/UI2/
UI2Extensions.cs
pluginbase
Objects
UI2
UI2Extensions
Generated on Wed Jul 28 2021 22:20:29 for Empeld by
1.8.13