Repetier-Host Plugin  2.0.0
RepetierHostExtender.interfaces.IHostConfig Interface Reference

Components for the configuration panel should also inhert this interface. More...

Public Member Functions

void ComponentDeactivated ()
 Gets called, when the configuration panel gets closed. Use this to store your configuration data. More...
 

Properties

ImageList ComponentIconList [get]
 Returns icon for the left list. Size should be 32x32 pixel. Can be null. More...
 
bool CanClose [get]
 

Detailed Description

Components for the configuration panel should also inhert this interface.

Member Function Documentation

◆ ComponentDeactivated()

void RepetierHostExtender.interfaces.IHostConfig.ComponentDeactivated ( )

Gets called, when the configuration panel gets closed. Use this to store your configuration data.

Property Documentation

◆ ComponentIconList

ImageList RepetierHostExtender.interfaces.IHostConfig.ComponentIconList
get

Returns icon for the left list. Size should be 32x32 pixel. Can be null.


The documentation for this interface was generated from the following file:
About Us | Privacy Policy