Gets a value indicating whether the user confirmed the dialog operation.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
public bool Canceled { get; private set; }
public bool Canceled { get; private set; }
Public Property Canceled As Boolean
Get
Private Set
Public Property Canceled As Boolean
Get
Private Set
public:
property bool Canceled {
bool get ();
private: void set (bool value);
}
public:
property bool Canceled {
bool get ();
private: void set (bool value);
}