Nevron Open Vision Documentation
Nevron.Nov.WpfControls Namespace / NWrapFlowPanelControl Class / WriteInternalFlag2 Method


In This Topic
    WriteInternalFlag2 Method (NWrapFlowPanelControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub WriteInternalFlag2( _
       ByVal reqFlag As System.Windows.InternalFlags2, _
       ByVal set As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NWrapFlowPanelControl
    Dim reqFlag As System.Windows.InternalFlags2
    Dim set As System.Boolean
     
    instance.WriteInternalFlag2(reqFlag, set)
    internal void WriteInternalFlag2( 
       System.Windows.InternalFlags2 reqFlag,
       System.bool set
    )

    Parameters

    reqFlag
    set
    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