Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchAction Class / ChangeInteractionStyle Method
interaction style mask to set
whether the transaction should be rolled back, if some of the nodes interaction style cannot be set


In This Topic
    ChangeInteractionStyle Method
    In This Topic
    Changes the interaction style of all contained shapes
    Syntax
    'Declaration
     
    
    Public Overridable Function ChangeInteractionStyle( _
       ByVal mask As InteractionStyleMask, _
       ByVal rollbackOnFail As System.Boolean _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchAction
    Dim mask As InteractionStyleMask
    Dim rollbackOnFail As System.Boolean
    Dim value As NTransactionResult
     
    value = instance.ChangeInteractionStyle(mask, rollbackOnFail)
    public virtual NTransactionResult ChangeInteractionStyle( 
       InteractionStyleMask mask,
       System.bool rollbackOnFail
    )

    Parameters

    mask
    interaction style mask to set
    rollbackOnFail
    whether the transaction should be rolled back, if some of the nodes interaction style cannot be set

    Return Value

    batch result
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also