Search
IPlatformProvider.AddKeyboardNotifications Method
See Also
 






Adds keyboard notification for the specified element.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void AddKeyboardNotifications (
    Element e
)

Visual Basic  Copy Code

Sub AddKeyboardNotifications( _
    e As Element _
)

 Parameters

e

The element to add notifications for.

 See Also