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



In This Topic
    PaymentButtons Property (BillingView)
    In This Topic
    The visible collection of IRibbonButton instances that appear within the user interface of the Payments view.
    Syntax
    'Declaration
     
    
    Public Property PaymentButtons As IList(Of IRibbonButton)
    'Usage
     
    
    Dim instance As BillingView
    Dim value As IList(Of IRibbonButton)
     
    instance.PaymentButtons = value
     
    value = instance.PaymentButtons
    public IList<IRibbonButton> PaymentButtons {get; set;}
    public:
    property IList<IRibbonButton^>^ PaymentButtons {
       IList<IRibbonButton^>^ get();
       void set (    IList<IRibbonButton^>^ value);
    }
    Remarks
    This collection contains only IRibbonButton 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