Eplan Platform API
Eplan.EplApi.ApplicationFramework Namespace
/
IEplAddIn Interface
/ OnInitGui Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
Language Filter: C++/CLI
C#
C++/CLI
In This Topic
OnInitGui Method
In This Topic
Called by the framework if the user interface was initialized and the add-in can modify the user interface. Is only called if the add-in is loaded at system startup!
Syntax
C#
C++/CLI
bool
OnInitGui()
bool
OnInitGui();
See Also
Reference
IEplAddIn Interface
IEplAddIn Members
OnRegister Method