FormBuildControl.canAddDataField 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
canAddDataField(Int32, Int32) |
Retrieves a value that indicates whether the specified data field can be added as a child control to the control. |
canAddDataField(Int32, Int32, Int32) |
canAddDataField(Int32, Int32)
Retrieves a value that indicates whether the specified data field can be added as a child control to the control.
public:
virtual bool canAddDataField(int num1, int num2);
public virtual bool canAddDataField (int num1, int num2);
abstract member canAddDataField : int * int -> bool
override this.canAddDataField : int * int -> bool
Public Overridable Function canAddDataField (num1 As Integer, num2 As Integer) As Boolean
Parameters
- num1
- Int32
- num2
- Int32
Returns
A Boolean value that indicates whether the specified data field can be added as a child control to the control.
Applies to
canAddDataField(Int32, Int32, Int32)
public:
virtual bool canAddDataField(int _dataSourceId, int _fieldId, int _arrayIndex);
public virtual bool canAddDataField (int _dataSourceId, int _fieldId, int _arrayIndex);
abstract member canAddDataField : int * int * int -> bool
override this.canAddDataField : int * int * int -> bool
Public Overridable Function canAddDataField (_dataSourceId As Integer, _fieldId As Integer, _arrayIndex As Integer) As Boolean
Parameters
- _dataSourceId
- Int32
An integer value that indicates the index of the data field type; optional.
- _fieldId
- Int32
An integer value that indicates the index of the data field type; optional.
- _arrayIndex
- Int32
An integer value that indicates the index of the data field type; optional.