ConfirmationType Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace:  https://schemas.microsoft.com/winfx/2006/xaml/presentation

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ConfirmationType
'Usage
Dim instance As ConfirmationType
[FlagsAttribute] 
public enum ConfirmationType
[FlagsAttribute] 
public enum class ConfirmationType
/** @attribute FlagsAttribute() */ 
public enum ConfirmationType
FlagsAttribute 
public enum ConfirmationType

Members

  Member name Description
NodeTypeAndProperties Specifies that the InkAnalyzer cannot change type or any properties of the specified context node. 
None Specifies that no confirmation is applied. The InkAnalyzer is free to change a context node or any of its descendants as needed. 
TopBoundary Specifies that the InkAnalyzer will not perform operations, including adding ink or merging with other ContextNode objects, that cause the top boundary of the specified ContextNode to move beyond its current top boundary. 

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

System.Windows.Ink Namespace
ContextNode.Confirm
System.Windows.Ink.ContextNode.IsNodeTypeAndPropertiesConfirmed