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


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

プロパティ値

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

DateInputDisplayFieldInfo クラス
DateInputDisplayFieldInfo メンバ

 

 


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