バージョン

GetCharacterCasing メソッド (EmbeddableEditorOwnerBase)

テキストの大文字および小文字をどのように変換するのかを決定します。
シンタックス
'宣言
 
Public Overridable Function GetCharacterCasing( _
   ByVal ownerContext As Object _
) As CharacterCasing
public virtual CharacterCasing GetCharacterCasing( 
   object ownerContext
)

パラメータ

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

戻り値の型

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