バージョン

GetPasswordChar メソッド (TextEditorControlOwnerBase)

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

パラメータ

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

戻り値の型

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