Click or drag to resize
GuiItemDisposing Property
Gets a value indicating wether the base GuiItem class is in the process of disposing.

Namespace: Mentula.GuiItems.Core
Assembly: XnaGuiItems (in XnaGuiItems.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool Disposing { get; protected set; }

Property Value

Type: Boolean
See Also