Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NYearPickerCell Class / rxYC Method


In This Topic
    rxYC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub rxYC( _
       ByVal SxYC As System.Integer, _
       ByVal txYC As System.Boolean, _
       ByVal UxYC As NCalendar _
    ) 
    'Usage
     
    
    Dim instance As NYearPickerCell
    Dim SxYC As System.Integer
    Dim txYC As System.Boolean
    Dim UxYC As NCalendar
     
    instance.rxYC(SxYC, txYC, UxYC)
    internal void rxYC( 
       System.int SxYC,
       System.bool txYC,
       NCalendar UxYC
    )

    Parameters

    SxYC
    txYC
    UxYC
    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