PowerTools CalendarGrid for Windows Forms 1.0J
InputStatus プロパティ (FieldsEditorControl)

コントロールの現在の入力ステータスを取得します。
構文
Public ReadOnly Property InputStatus As InputStatus
public InputStatus InputStatus {get;}

プロパティ値

テキストが完全に入力されているか、部分的に入力されているか、またはまったく入力されていないかを示す InputStatus 列挙体。
解説
テキストが入力されていない場合、このプロパティは InputStatus.Empty になります。テキストの一部が入力されている場合、このプロパティは InputStatus.Part になります。すべてのテキストが入力されている場合、このプロパティは InputStatus.Full になります。
参照

FieldsEditorControl クラス
FieldsEditorControl メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.