Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMonthPickerCell Class / MxYC Method


In This Topic
    MxYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MxYC( _
       ByVal nxYC As System.Integer, _
       ByVal OxYC As System.Integer, _
       ByVal pxYC As System.Boolean, _
       ByVal QxYC As NCalendar _
    ) 
    'Usage
     
    
    Dim instance As NMonthPickerCell
    Dim nxYC As System.Integer
    Dim OxYC As System.Integer
    Dim pxYC As System.Boolean
    Dim QxYC As NCalendar
     
    instance.MxYC(nxYC, OxYC, pxYC, QxYC)
    internal void MxYC( 
       System.int nxYC,
       System.int OxYC,
       System.bool pxYC,
       NCalendar QxYC
    )

    Parameters

    nxYC
    OxYC
    pxYC
    QxYC
    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