Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NAutoConnectButtonInfo Class / CanShowButton Method


In This Topic
    CanShowButton Method
    In This Topic
    Determines whether the button can be shown.
    Syntax
    'Declaration
     
    
    Public Function CanShowButton() As System.Boolean
    'Usage
     
    
    Dim instance As NAutoConnectButtonInfo
    Dim value As System.Boolean
     
    value = instance.CanShowButton()
    public System.bool CanShowButton()
    Remarks
    The imlementation checks whether the menu can be shown or whether there is a click action (executed when the button is clicked).
    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