Метод | Описание | |
---|---|---|
InsertionControl_SizeChanged ( object sender, |
||
Install ( |
||
OnContextJumpToNaturalClass ( object args ) : bool | ||
OnContextJumpToPhoneme ( object args ) : bool | ||
OnContextSetFeatures ( object args ) : bool | ||
OnDisplayContextJumpToNaturalClass ( object commandObject, XCore &display ) : bool | ||
OnDisplayContextJumpToPhoneme ( object commandObject, XCore &display ) : bool | ||
OnDisplayContextSetFeatures ( object commandObject, XCore &display ) : bool | ||
RuleFormulaSlice ( ) : System |
Метод | Описание | |
---|---|---|
DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int | ||
Dispose ( bool disposing ) : void | ||
OnEnter ( |
||
OnLeave ( |
Метод | Описание | |
---|---|---|
SetSubcontrolHeights ( |
Set the heights of subcontrols to the new value if they're equal to the old value. (This appears to be done automatically by the Windows .Net implementation during the call to InsertionControl.Show(), even before the specific setting of Height in OnEnter()!) Setting only RuleFormulaControl.Height fails, because the process of setting the height triggers a layout, and the layout code changes the height to be no more than that of its parent control. There are two levels of control between RuleFormulaSlice and RuleFormulaControl, so the heights of those controls must be adjusted as well. I suppose something like this could be inserted into the implementation of Control.Height, but I'm reluctant to do so, partly because even then the behavior would not really match that of the Windows .Net implementation. |
protected DesiredHeight ( SIL.FieldWorks.Common.RootSites.RootSite rs ) : int | ||
rs | SIL.FieldWorks.Common.RootSites.RootSite | |
Результат | int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public InsertionControl_SizeChanged ( object sender, |
||
sender | object | |
e | ||
Результат | void |
public Install ( |
||
parent | ||
Результат | void |
public OnContextJumpToNaturalClass ( object args ) : bool | ||
args | object | |
Результат | bool |
public OnContextJumpToPhoneme ( object args ) : bool | ||
args | object | |
Результат | bool |
public OnContextSetFeatures ( object args ) : bool | ||
args | object | |
Результат | bool |
public OnDisplayContextJumpToNaturalClass ( object commandObject, XCore &display ) : bool | ||
commandObject | object | |
display | XCore | |
Результат | bool |
public OnDisplayContextJumpToPhoneme ( object commandObject, XCore &display ) : bool | ||
commandObject | object | |
display | XCore | |
Результат | bool |
public OnDisplayContextSetFeatures ( object commandObject, XCore &display ) : bool | ||
commandObject | object | |
display | XCore | |
Результат | bool |
protected OnEnter ( |
||
e | ||
Результат | void |
protected OnLeave ( |
||
e | ||
Результат | void |