GrapeCity SPREAD for Windows Forms 11.0J
PromptChar プロパティ (TimeSpanInputDisplayFieldInfo)


フィールドに何も入力されていないときに表示するプロンプト文字を取得または設定します。
構文
'Declaration
 
Public Property PromptChar As Nullable(Of Char)
'使用法
 
Dim instance As TimeSpanInputDisplayFieldInfo
Dim value As Nullable(Of Char)
 
instance.PromptChar = value
 
value = instance.PromptChar
public Nullable<char> PromptChar {get; set;}

プロパティ値

プロンプト文字を表すChar値。
解説
このプロパティは、フィールドの空のビットへの入力を促すために使用されるSystem.Charを取得します。
参照

TimeSpanInputDisplayFieldInfo クラス
TimeSpanInputDisplayFieldInfo メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.