PowerTools SPREAD for Windows Forms 8.0J
PromptChar プロパティ (DateInputFieldInfo)


フィールドのプロンプト文字を取得または設定します。
構文
'Declaration
 
Public Property PromptChar As Nullable(Of Char)
'使用法
 
Dim instance As DateInputFieldInfo
Dim value As Nullable(Of Char)
 
instance.PromptChar = value
 
value = instance.PromptChar
public Nullable<char> PromptChar {get; set;}

プロパティ値

データの入力時にフィールドのプレイスホルダー文字として使用される System.Char 値。
解説
このプロパティは、フィールドのプロンプト文字として使用される System.Char を取得します。
参照

DateInputFieldInfo クラス
DateInputFieldInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.