バージョン

GetPasswordChar メソッド (EmbeddableEditorOwnerBase)

文字をマスクするために使用される文字を返します。
シンタックス
'宣言
 
Public Overridable Function GetPasswordChar( _
   ByVal ownerContext As Object, _
   ByRef passwordChar As Char _
) As Boolean
public virtual bool GetPasswordChar( 
   object ownerContext,
   out char passwordChar
)

パラメータ

ownerContext
GetEmbeddableElement(UIElement,EmbeddableEditorOwnerBase,Object,EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
passwordChar
パスワードを入力するときに表示される文字。

戻り値の型

passwordChar文字情報が使用可能な場合のみTrue。
解説
デフォルトの実装は false を返します。
参照