Edit

Share via


IInfoPathViewControl.NodeName Property

Definition

Gets the name of the node associated with the current control in the enumeration.

public:
 property System::String ^ NodeName { System::String ^ get(); };
public string NodeName { get; }
member this.NodeName : string
Public ReadOnly Property NodeName As String

Property Value

The name of the XML node to which the control is bound.

Remarks

Pixel coordinates are calculated using screenCoordinate values from the MSHTML.DLL document service, which are roughly equivalent to standard CSS values.

For a list of controls that are enumerated in the view, if present, see the GetControls(IEnumUnknown) method of the IInfoPathDataImporterFields interface.

For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer PortalMicrosoft Office Developer Center.

Applies to