CK.WordPredictor.DefaultKeyboardContextPredictionFactory.CustomizePredictionKey C# (CSharp) Method

CustomizePredictionKey() protected method

Sets the coordinates and dimensions of a prediction key. Automatically sets the virtualIndex to the key's index.
protected CustomizePredictionKey ( IKey key ) : void
key IKey the key to place & size
return void
        protected void CustomizePredictionKey( IKey key )
        {
            CustomizePredictionKey( key, key.Index );
        }

Same methods

DefaultKeyboardContextPredictionFactory::CustomizePredictionKey ( IKey key, int virtualIndex ) : void