편집

다음을 통해 공유


IInfoPathViewControl.Height Property

Definition

Gets the height of the current control in the enumeration.

public:
 property int Height { int get(); };
public int Height { get; }
member this.Height : int
Public ReadOnly Property Height As Integer

Property Value

The height of the control, in pixels.

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