.
Description
Provides access to members that describes a field group.
Members
Name | Description | |
---|---|---|
FieldCount | The number of fields in this field group. | |
FieldName | The name of the field at the specified index in this field group. | |
FieldNames | An enumerator over the names of the fields in this field group. | |
IndexInGroup | The index of the field with specified name in this field group. | |
IsEditingRestrictive | The restrictive editing flag of this field group. | |
Name | The name of this field group. |
IFieldGroup.FieldCount Property
The number of fields in this field group.
Public ReadOnly Property FieldCount As Integer
public int FieldCount {get;}
IFieldGroup.FieldName Property
The name of the field at the specified index in this field group.
Public Function get_FieldName ( _
ByVal IndexInGroup As Integer _
) As String
public string get_FieldName (
int IndexInGroup
);
IFieldGroup.FieldNames Property
An enumerator over the names of the fields in this field group.
Public ReadOnly Property FieldNames As IEnumBSTR
public IEnumBSTR FieldNames {get;}
IFieldGroup.IndexInGroup Property
The index of the field with specified name in this field group.
Public Function get_IndexInGroup ( _
ByVal FieldName As String _
) As Integer
public int get_IndexInGroup (
string FieldName
);
IFieldGroup.IsEditingRestrictive Property
The restrictive editing flag of this field group.
Public ReadOnly Property IsEditingRestrictive As Boolean
public bool IsEditingRestrictive {get;}
IFieldGroup.Name Property
The name of this field group.
Public ReadOnly Property Name As String
public string Name {get;}
Classes that implement IFieldGroup
Classes | Description |
---|---|
FieldGroup | Provides access to standard operations on field group objects. |