Determines if the control is read-only using the ReadOnly rules and the current data context.
[Visual Basic] Public Function IsReadOnly( _ ByVal ctx As DataContext _ ) As Boolean [C#] public bool IsReadOnly( DataContext ctx ); [C++] public: bool IsReadOnly( DataContext* ctx ); [JScript] public function IsReadOnly( DataContext ctx ): bool;
AbstractControl Class | Portrate.Interview.View.Controls Namespace