バージョン

GetPromptChar メソッド (DateTimeEditorOwner)

編集中にプロンプトとして使用される文字を返します (例:'_')。
シンタックス
'宣言
 
Public Overrides Function GetPromptChar( _
   ByVal ownerContext As Object, _
   ByRef promptChar As Char _
) As Boolean
public override bool GetPromptChar( 
   object ownerContext,
   out char promptChar
)

パラメータ

ownerContext
Infragistics.Win.EmbeddableEditorBase.GetEmbeddableElement(Infragistics.Win.UIElement,Infragistics.Win.EmbeddableEditorOwnerBase,System.Object,Infragistics.Win.EmbeddableUIElementBase) メソッドに渡されたコンテキスト。
promptChar
プロンプト文字。

戻り値の型

プロンプト文字情報が使用可能な場合のみTrue。
参照