Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NRemoveShapeHyperlinkCommandAction Class / IsEnabled Method / IsEnabled(NShapeHyperlink) Method


In This Topic
    IsEnabled(NShapeHyperlink) Method
    In This Topic
    Checks whether this action should be enabled for the given shape hyperlink.
    Syntax
    'Declaration
     
    
    Protected Overloads Overrides Function IsEnabled( _
       ByVal shapeHyperlink As NShapeHyperlink _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NRemoveShapeHyperlinkCommandAction
    Dim shapeHyperlink As NShapeHyperlink
    Dim value As System.Boolean
     
    value = instance.IsEnabled(shapeHyperlink)
    protected override System.bool IsEnabled( 
       NShapeHyperlink shapeHyperlink
    )

    Parameters

    shapeHyperlink
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also