Version

IInkProvider Interface Members

The following tables list the members exposed by IInkProvider.

Public Properties
 NameDescription
 PropertyCurrentEditorReturns the editor for which the popup is currently displayed or null if the popup is not dropped down.  
 PropertyIsInkRecognitionAvailableReturns whether Ink recognition is available.  
 PropertyIsUltraPenInputPanelPoppedUpReturns whether the InkProvider's UltraPenInputPanel is popped up.  
 PropertyIsVisibleReturns whether the InkProvider's Visible property is set to true.  
 PropertyShowInkButtonReturns when to show the Ink Button on the editor.  
Public Methods
 NameDescription
 MethodCloseUltraPenInputPanelCloses the pen input panel.  
 MethodGetInkEditorPopupButtonSizeReturns the size of the InkEditorPopupButtonUIElement.  
 MethodGetInkEditorPopupButtonUIElementReturns the InkEditorPopupButtonUIElement.  
 MethodPopupUltraPenInputPanelCauses the InkProvider's UltraPenInputPanel to popup. Does nothing if the UltraPenInputPanel is already popped up.  
See Also