C# Класс Plugin.DisplayPlugin

Base class for all display plugins that provide GUI
Наследование: Plugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OnControlInvisible ( ) : void

This method will get called when the plugins control gets invisible

OnControlLoad ( ) : void

This method will get called when the plugins control is loaded

OnControlUnload ( ) : void

This method will get called when the plugins control is unloaded

OnControlVisible ( ) : void

This metod will get called when the plugins control gets visible

Описание методов

OnControlInvisible() публичный Метод

This method will get called when the plugins control gets invisible
public OnControlInvisible ( ) : void
Результат void

OnControlLoad() публичный Метод

This method will get called when the plugins control is loaded
public OnControlLoad ( ) : void
Результат void

OnControlUnload() публичный Метод

This method will get called when the plugins control is unloaded
public OnControlUnload ( ) : void
Результат void

OnControlVisible() публичный Метод

This metod will get called when the plugins control gets visible
public OnControlVisible ( ) : void
Результат void