Method | Description | |
---|---|---|
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 ( |
||
SetToolTip ( |
||
SetToolTipWhenDisabled ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
EnhancedToolTip_Popup ( object sender, System.Windows.Forms.PopupEventArgs e ) : void | ||
GetSizeOfToolTipWhenDisabled ( |
||
GetToolTipWhenDisabled ( |
||
PutOnBetterTooltipTransparentOverlay ( |
||
TakeOffBetterTooltipTransparentOverlay ( |
||
UpdateAllControlsList ( |
||
control_EnabledChanged ( object sender, |
||
control_Paint ( object sender, PaintEventArgs e ) : void |
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 |
return | void |
public BetterToolTip ( IContainer container ) : System | ||
container | IContainer | |
return | System |
public GetAllLocalizingInfoObjects ( L10NSharpExtender extender ) : IEnumerable |
||
extender | L10NSharpExtender | |
return | IEnumerable |
public SetSizeOfToolTipWhenDisabled ( |
||
control | ||
value | ||
return | void |
public SetToolTip ( |
||
control | ||
value | string | |
return | void |
public SetToolTipWhenDisabled ( |
||
control | ||
value | string | |
return | void |