RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

MacroAttribute..::..Editable Property

Allows specifying which occurrence of the target parameter becomes editable when the template is deployed.

Namespace:  RingSoft.DbLookup.Controls.WPF.Properties
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public int Editable { get; set; }
Public Property Editable As Integer
	Get
	Set
public:
property int^ Editable {
	int^ get ();
	void set (int^ value);
}

Field Value

The editable.

Remarks


If the target parameter is used several times in the template, only one occurrence becomes editable; other occurrences are changed synchronously. To specify the zero-based index of the editable occurrence, use values >= 0. To make the parameter non-editable when the template is expanded, use -1.