FormObject.getAllowEdit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
getAllowEdit() | |
getAllowEdit(Int32) |
getAllowEdit()
public:
virtual bool getAllowEdit();
public virtual bool getAllowEdit ();
abstract member getAllowEdit : unit -> bool
override this.getAllowEdit : unit -> bool
Public Overridable Function getAllowEdit () As Boolean
Returns
Applies to
getAllowEdit(Int32)
public:
virtual bool getAllowEdit(int _rowIndex);
public virtual bool getAllowEdit (int _rowIndex);
abstract member getAllowEdit : int -> bool
override this.getAllowEdit : int -> bool
Public Overridable Function getAllowEdit (_rowIndex As Integer) As Boolean
Parameters
- _rowIndex
- Int32