次の方法で共有


ITextDocument2::SetCaretType メソッド (tom.h)

キャレットの種類を設定します。

構文

HRESULT SetCaretType(
  [in] long Value
);

パラメーター

[in] Value

型: long

新しいキャレット型。 次のいずれかの値を指定できます。

tomKoreanBlockCaret

tomNormalCaret

tomNullCaret

戻り値

型: HRESULT

メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー tom.h
[DLL] Msftedit.dll

こちらもご覧ください

ITextDocument2

ITextDocument2::GetCaretType