VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / CompositeUndoManager Class / ContainsActionForSourceObject(ICloneable) Method
Syntax Requirements SeeAlso
In This Topic
    ContainsActionForSourceObject(ICloneable) Method (CompositeUndoManager)
    In This Topic
    Returns a value indicating whether the composite undo manager contains action associated with specified source.
    Syntax
    'Declaration
    
    Public Overrides Function ContainsActionForSourceObject( _
    ByVal sourceObject
    Source.
    As System.ICloneable _
    ) As Boolean
    public override bool ContainsActionForSourceObject(
    System.ICloneable sourceObject
    )
    public: bool ContainsActionForSourceObject(
    System.ICloneable sourceObject
    ); override
    public:
    bool ContainsActionForSourceObject(
    System.ICloneable sourceObject
    ); override

    Parameters

    sourceObject
    Source.

    Return Value

    True - the composite undo manager contains action associated with specified source;
    false - the composite undo manager does not contain action associated with specified source.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also