C# 클래스 Bloom.ToPalaso.BetterToolTip

상속: System.Windows.Forms.ToolTip
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
ApplyLocalizationToString ( object control, string id, string localization ) : void

L10NSharp will call this for each localized string so that the component can set the correct value in the control.

BetterToolTip ( IContainer container ) : System
GetAllLocalizingInfoObjects ( L10NSharpExtender extender ) : IEnumerable

Allows the BetterToolTip to give L10NSharp the information it needs to put strings into the localization UI to be localized.

SetSizeOfToolTipWhenDisabled ( Control control, Size value ) : void
SetToolTip ( Control control, string value ) : void
SetToolTipWhenDisabled ( Control control, string value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
EnhancedToolTip_Popup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void
GetSizeOfToolTipWhenDisabled ( Control control ) : Size
GetToolTipWhenDisabled ( Control control ) : string
PutOnBetterTooltipTransparentOverlay ( Control control ) : void
TakeOffBetterTooltipTransparentOverlay ( Control control ) : void
UpdateAllControlsList ( Control control, string value ) : void
control_EnabledChanged ( object sender, EventArgs e ) : void
control_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

ApplyLocalizationToString() 공개 메소드

L10NSharp will call this for each localized string so that the component can set the correct value in the control.
public ApplyLocalizationToString ( object control, string id, string localization ) : void
control object The control that was returned via the LocalizingInfo in /// GetAllLocalizingInfoObjects(). Will be null if that value was null.
id string a key into the ILocalizableComponent allowing it to know what /// string to localize
localization string the actual localized string
리턴 void

BetterToolTip() 공개 메소드

public BetterToolTip ( IContainer container ) : System
container IContainer
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetAllLocalizingInfoObjects() 공개 메소드

Allows the BetterToolTip to give L10NSharp the information it needs to put strings into the localization UI to be localized.
public GetAllLocalizingInfoObjects ( L10NSharpExtender extender ) : IEnumerable
extender L10NSharpExtender
리턴 IEnumerable

SetSizeOfToolTipWhenDisabled() 공개 메소드

public SetSizeOfToolTipWhenDisabled ( Control control, Size value ) : void
control System.Windows.Forms.Control
value System.Drawing.Size
리턴 void

SetToolTip() 공개 메소드

public SetToolTip ( Control control, string value ) : void
control System.Windows.Forms.Control
value string
리턴 void

SetToolTipWhenDisabled() 공개 메소드

public SetToolTipWhenDisabled ( Control control, string value ) : void
control System.Windows.Forms.Control
value string
리턴 void