Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTableCell Class / CIUC Method


In This Topic
    CIUC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CIUC( _
       ByVal dIUC As NPaintVisitor, _
       ByRef EIUC As NRectangle, _
       ByRef fIUC As NRectangle, _
       ByRef GIUC As System.Boolean, _
       ByRef hIUC As System.Boolean, _
       ByRef IIUC As System.Boolean, _
       ByRef jIUC As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NTableCell
    Dim dIUC As NPaintVisitor
    Dim EIUC As NRectangle
    Dim fIUC As NRectangle
    Dim GIUC As System.Boolean
    Dim hIUC As System.Boolean
    Dim IIUC As System.Boolean
    Dim jIUC As System.Boolean
     
    instance.CIUC(dIUC, EIUC, fIUC, GIUC, hIUC, IIUC, jIUC)
    internal void CIUC( 
       NPaintVisitor dIUC,
       out NRectangle EIUC,
       out NRectangle fIUC,
       out System.bool GIUC,
       out System.bool hIUC,
       out System.bool IIUC,
       out System.bool jIUC
    )

    Parameters

    dIUC
    EIUC
    fIUC
    GIUC
    hIUC
    IIUC
    jIUC
    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