ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / IBrushProvider Interface / DisposeBrushAfterUse Property

In This Topic
    DisposeBrushAfterUse Property (IBrushProvider)
    In This Topic
    Gets a value indicating if the brush obtained from the GetBrush method should be disposed after use.
    Syntax
    'Declaration
     
    ReadOnly Property DisposeBrushAfterUse As System.Boolean
    System.bool DisposeBrushAfterUse {get;}
    See Also