PrintPreviewDialog.Text プロパティ

定義

コントロールに表示されるテキストを取得または設定します。

public:
 virtual property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public override string Text { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Text : string with get, set
Public Overrides Property Text As String

プロパティ値

テキストを一連の Unicode 文字として表現します。

属性

注釈

このクラスでは、このプロパティは使用されません。

適用対象