편집

다음을 통해 공유


IInfoPathViewControl.ControlType Property

Definition

Gets the control type of the current control in the enumeration.

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

Property Value

The control type of the current control.

Remarks

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