OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / BillingView Class / InvoiceContextMenuButton Property



In This Topic
    InvoiceContextMenuButton Property (BillingView)
    In This Topic
    The visible collection of IContextMenuButton instances that appear within the user interface of the Invoices view.
    Syntax
    'Declaration
     
    
    Public Property InvoiceContextMenuButton As IContextMenuButton
    'Usage
     
    
    Dim instance As BillingView
    Dim value As IContextMenuButton
     
    instance.InvoiceContextMenuButton = value
     
    value = instance.InvoiceContextMenuButton
    public IContextMenuButton InvoiceContextMenuButton {get; set;}
    public:
    property IContextMenuButton^ InvoiceContextMenuButton {
       IContextMenuButton^ get();
       void set (    IContextMenuButton^ value);
    }
    Remarks
    This collection contains only IContextMenuButton instances that have been created by this extension.
    Requirements

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

    See Also