combit List & Label 29 - .NET Help
combit.Reporting Namespace / ListLabelRTFControl Class / ProhibitAction Method / ProhibitAction(Int32) Method

Control ID of the button to disable. See menuid.txt for a list of valid IDs.



In This Topic
    ProhibitAction(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub ProhibitAction( _
       ByVal buttonID As Integer _
    ) 
    public void ProhibitAction( 
       int buttonID
    )
    public:
    void ProhibitAction( 
       int buttonID
    ) 

    Parameters

    buttonID

    Control ID of the button to disable. See menuid.txt for a list of valid IDs.

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also