API Help
Eplan.EplApi.ApplicationFramework Namespace / IEplAddIn Interface / OnInitGui Method

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
    bool OnInitGui()
    bool OnInitGui(); 
    See Also