'Declaration <DescriptionAttribute("A value indicating whether the command must remove interactive forms.")> <DefaultValueAttribute(False)> Public Property RemoveInteractiveForm As Boolean
[Description("A value indicating whether the command must remove interactive forms.")] [DefaultValue(False)] public bool RemoveInteractiveForm { get; set; }
[Description("A value indicating whether the command must remove interactive forms.")] [DefaultValue(False)] public: __property bool get_RemoveInteractiveForm(); public: __property void set_RemoveInteractiveForm(
bool value
);
[Description("A value indicating whether the command must remove interactive forms.")] [DefaultValue(False)] public:
property bool RemoveInteractiveForm { bool get(); void set(bool value); }
Property Value
True - команда должна удалять все интерактивные формы; false - команда НЕ должна удалять интерактивные формы.
Значение по умолчанию: false.
Значение по умолчанию: false.