TextComposition.ControlText プロパティ

定義

重要

この API は CLS 準拠ではありません。

このテキスト構成に関連付けられているコントロール テキストを取得または設定します。

public:  property System::String ^ ControlText {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
[System.CLSCompliant(false)]
public string ControlText { get; protected set; }
[<System.CLSCompliant(false)>]
member this.ControlText : string with get, set
Public Property ControlText As String

プロパティ値

このテキスト構成に関連付けられたコントロール テキストを含む文字列。

属性

適用対象