バージョン 20.1

GetCharacterCasing メソッド (EmbeddableEditorOwnerBase)

テキストの大文字および小文字をどのように変換するのかを決定します。
シンタックス
public virtual CharacterCasing GetCharacterCasing( 
   object ownerContext
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。

戻り値の型

テキストに適用されるCharacterCasing
解説
デフォルトの実装は CharacterCasing.Normal を返します。
参照