OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / IBillingView Interface / PaymentContextMenuButton Property



In This Topic
    PaymentContextMenuButton Property (IBillingView)
    In This Topic
    The visible collection of IContextMenuButton instances that appear within the user interface of the Payments view.
    Syntax
    'Declaration
     
    
    Property PaymentContextMenuButton As IContextMenuButton
    'Usage
     
    
    Dim instance As IBillingView
    Dim value As IContextMenuButton
     
    instance.PaymentContextMenuButton = value
     
    value = instance.PaymentContextMenuButton
    IContextMenuButton PaymentContextMenuButton {get; set;}
    property IContextMenuButton^ PaymentContextMenuButton {
       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