ContainsActionForSourceObject(ICloneable) Method (CompositeUndoManager)
Returns a value indicating whether the composite undo manager contains action associated with specified source.
'Declaration
Public Overrides Function ContainsActionForSourceObject( _
ByVal As System.ICloneable _
) As Boolean
public override bool ContainsActionForSourceObject(
System.ICloneable
)
public: bool ContainsActionForSourceObject(
System.ICloneable
); override
public:
bool ContainsActionForSourceObject(
System.ICloneable
); 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.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5