RichTextBox.SelectedRtf 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定控制項中目前選取的 Rich Text Format (RTF) 格式化文字。
public:
property System::String ^ SelectedRtf { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string SelectedRtf { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedRtf : string with get, set
Public Property SelectedRtf As String
屬性值
控制項中選取的 RTF 文字。
- 屬性
備註
此屬性可讓您取得控制項中的選取文字,包括 RTF 格式設定代碼。 您可以使用這個屬性從控制項複製文字、完成格式化,並將文字貼到其他接受 RTF 格式化文字的應用程式中,例如Microsoft Word 和 Windows WordPad。 若要取得選取的文字,但不含 RTF 格式代碼,請使用 SelectedText 屬性。
如果目前未選取任何文字,這個屬性中指定的文字會插入插入點。 如果選取文字,則指派給此屬性的任何文字會取代選取的文字。