バージョン

Export(UltraFormattedTextEditorBase,Stream) メソッド

指定したファイルへ指定した FormattedText コントロールをエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal formattedText As Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditorBase, _
   ByVal stream As Stream _
) 
public void Export( 
   Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditorBase formattedText,
   Stream stream
)

パラメータ

formattedText
エクスポートする Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditorBase コントロール。
stream
FormattedText がエクスポートされるストリーム。
例外
例外解説
System.ArgumentNullExceptionstream が null です。
参照