ITransitionUserInterfaceOnExitHideDlgButtons Property
|
Note: This API is now obsolete.
Gets and sets whether to hide the dialog buttons on the exit dialog.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax [ObsoleteAttribute("No longer in use since Ingeniux CMS V6.0")]
bool OnExitHideDlgButtons { get; set; }
<ObsoleteAttribute("No longer in use since Ingeniux CMS V6.0")>
Property OnExitHideDlgButtons As Boolean
Get
Set
[ObsoleteAttribute(L"No longer in use since Ingeniux CMS V6.0")]
property bool OnExitHideDlgButtons {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("No longer in use since Ingeniux CMS V6.0")>]
abstract OnExitHideDlgButtons : bool with get, set
Property Value
Type:
BooleanRemarks See Also