Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NItemState Structure / Focused Field


In This Topic
    Focused Field (NItemState)
    In This Topic
    Whether the item is focused
    Syntax
    'Declaration
     
    
    Public Focused As System.Boolean
    'Usage
     
    
    Dim instance As NItemState
    Dim value As System.Boolean
     
    value = instance.Focused
     
    instance.Focused = value
    public System.bool Focused
    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