C# Класс Windawesome.LaptopBatteryMonitorWidget

Наследование: IFixedWidthWidget
Показать файл Открыть проект

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

Метод Описание
LaptopBatteryMonitorWidget ( string textForCharging = "C", string textForNotCharging = "B", string prefix = " ", string postfix = "%", int updateTime = 60000, Color backgroundColor = null, Color foregroundColor = null ) : System.Collections.Generic
RepositionControls ( int left, int right ) : void

Приватные методы

Метод Описание
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnTimerTick ( object sender, System e ) : void

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

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

public LaptopBatteryMonitorWidget ( string textForCharging = "C", string textForNotCharging = "B", string prefix = " ", string postfix = "%", int updateTime = 60000, Color backgroundColor = null, Color foregroundColor = null ) : System.Collections.Generic
textForCharging string
textForNotCharging string
prefix string
postfix string
updateTime int
backgroundColor System.Drawing.Color
foregroundColor System.Drawing.Color
Результат System.Collections.Generic

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

public RepositionControls ( int left, int right ) : void
left int
right int
Результат void