InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Boolean
    bool DisposeBrushAfterUse {get;}
    See Also