'宣言 Protected Overrides Function MakeMetafile( _ ByVal renderInputControls As System.Boolean _ ) As System.Drawing.Imaging.Metafile
'使用法 Dim instance As PreviewPageMultiDoc Dim renderInputControls As System.Boolean Dim value As System.Drawing.Imaging.Metafile value = instance.MakeMetafile(renderInputControls)
protected override System.Drawing.Imaging.Metafile MakeMetafile( System.bool renderInputControls )
パラメータ
- renderInputControls
- Indicates whether to render preview forms controls.
戻り値の型
The metafile representing this page.