Interface ICloseable
Defines a series of members to be implemented by a type that represents a UI element that can be closed, such as the windows of an application.
Namespace: TheXDS.MCART.Types.Base
Assembly: MCART.UI.dll
Syntax
public interface ICloseable
Methods
| Edit this page View SourceClose()
Closes this instance.
Declaration
void Close()