[This is preliminary documentation and is subject to change.]
When true, disposes balloon right after fade-out sequence finishes
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public bool DisposeOnFadeOut { get; set; }
public bool DisposeOnFadeOut { get; set; }
Public Property DisposeOnFadeOut As Boolean
Get
Set
Public Property DisposeOnFadeOut As Boolean
Get
Set
public:
property bool DisposeOnFadeOut {
bool get ();
void set (bool value);
}
public:
property bool DisposeOnFadeOut {
bool get ();
void set (bool value);
}
member DisposeOnFadeOut : bool with get, set
member DisposeOnFadeOut : bool with get, set
Property Value
Type:
Boolean