Search Results for

    Show / Hide Table of Contents

    TUIBrush.Dispose Method

    Overloads

    • TUIBrush.Dispose
    • TUIBrush.Dispose(Boolean)

    TUIBrush.Dispose

    Disposes this instance.

    Syntax

    Namespace: FlexCel.Core

    public void Dispose()

    See also

    • TUIBrush

    TUIBrush.Dispose(Boolean)

    Override this method to dispose your own objects in your descending classes.

    Syntax

    Namespace: FlexCel.Core

    protected virtual void Dispose(Boolean disposing)

    Parameters

    <-> Parameter Type Description
    disposing Boolean If true, this is a direct call to Dispose(), and you need to dispose both managed and unmanaged resources.
    If false, this is called by the finalizer, and you only need to release unmanaged resources.

    See also

    • TUIBrush
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com