共用方式為


ITextDocument2::SetActiveStory 方法 (tom.h)

設定使用中故事;也就是說,接收鍵盤和滑鼠輸入的劇本。

語法

HRESULT SetActiveStory(
  [in] ITextStory *pStory
);

參數

[in] pStory

類型: ITextStory*

要設定為作用中的本文。

傳回值

類型: HRESULT

如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

   
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h
Dll Msftedit.dll

另請參閱

ITextDocument2

ITextDocument2::GetActiveStory