KaxToolTipBaseManualClose Property |
Note: This API is now obsolete.
Get/Set whether the tooltip will need to be closed manually by the user using the [x] button, or will close automatically
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [ObsoleteAttribute("This property is obsolete. Please use HideEvent="ManualClose" instead.")]
public bool ManualClose { get; set; }
<ObsoleteAttribute("This property is obsolete. Please use HideEvent="ManualClose" instead.")>
Public Property ManualClose As Boolean
Get
Set
public:
[ObsoleteAttribute(L"This property is obsolete. Please use HideEvent="ManualClose" instead.")]
property bool ManualClose {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("This property is obsolete. Please use HideEvent="ManualClose" instead.")>]
member ManualClose : bool with get, set
Property Value
Type:
BooleanSee Also