FormButtonGroupControl.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) | |
canAddDataField(Int32, Int32, Int32) |
canAddDataField(Int32, Int32)
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
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
- _fieldId
- Int32
- _arrayIndex
- Int32