'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 - command must remove all interactive forms; false - command must NOT remove interactive forms.
Default value is false.
Default value is false.