バージョン

GetPasswordChar メソッド (UltraEditorProxyOwnerBase)

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

パラメータ

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

戻り値の型

passwordChar文字情報が使用可能な場合のみTrue。
参照