xRecord.toolTipField(Int32) 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.
Retrieves the HelpText value for the specified field.
public:
virtual System::String ^ toolTipField(int _fieldId);
public virtual string toolTipField (int _fieldId);
abstract member toolTipField : int -> string
override this.toolTipField : int -> string
Public Overridable Function toolTipField (_fieldId As Integer) As String
Parameters
- _fieldId
- Int32
The field for which to retrieve the HelpText value.
Returns
The HelpText value of the specified field.