C# 클래스 Windawesome.LaptopBatteryMonitorWidget

상속: IFixedWidthWidget
파일 보기 프로젝트 열기: kocubinski/windawesome

공개 메소드들

메소드 설명
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