Method | Description | |
---|---|---|
CanCopy ( ) : bool | ||
CanCut ( ) : bool | ||
CanPaste ( ) : bool | ||
PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System |
Method | Description | |
---|---|---|
CallOnTyping ( string str, Keys modifiers ) : void |
We don't want typing to do anything. On Linux, it does without this method, causing a crash immediately. See FWNX-1337.
|
protected CallOnTyping ( string str, Keys modifiers ) : void | ||
str | string | |
modifiers | Keys | |
return | void |
public PatternEditingHelper ( SIL.FieldWorks.FDO.FdoCache cache, IEditingCallbacks callbacks ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
callbacks | IEditingCallbacks | |
return | System |