2011-01-26 1 views

Répondre

0

Oui en changeant la ReadOnlyState

var readOnlyState = _workflowDesigner.Context.Items.GetValue<ReadOnlyState>(); 
readOnlyState.IsReadOnly = true; 
Questions connexes