Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramEventSinkService Class / IsInputChar Property


In This Topic
    IsInputChar Property
    In This Topic
    Delegate for the is InputChar query
    Syntax
    'Declaration
     
    
    Public Property IsInputChar As IsInputChar
    'Usage
     
    
    Dim instance As NDiagramEventSinkService
    Dim value As IsInputChar
     
    instance.IsInputChar = value
     
    value = instance.IsInputChar
    public IsInputChar IsInputChar {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also