The YWMonthCaledarForm type exposes the following members.

Constructors

  NameDescription
Public methodYWMonthCaledarForm()()()()
YWMonthCaledarForm クラスの新しいインスタンスを初期化します。
Public methodYWMonthCaledarForm(DateTime)
YWMonthCaledarForm クラスの新しいインスタンスを初期化します。

Methods

  NameDescription
Protected methodCanClose
Closing イベント時に呼び出され、 Close できるかどうかを判定します。 DialogResult.OK/Yes/Ignore の場合は実行されません。
(Inherited from YWForm.)
Protected methodDispose (Overrides YWForm..::..Dispose(Boolean).)
Protected methodFillRowByFromYWData<(Of <<'(T>)>>)
IYWData.ColumnNameと一致するrow.Itemに値を設定して返します。
(Inherited from YWForm.)
Protected methodIsNextControl (Inherited from YWForm.)
Protected methodOnClosed (Inherited from YWForm.)
Protected methodOnClosing (Inherited from YWForm.)
Protected methodOnKeyDown (Overrides Control..::..OnKeyDown(KeyEventArgs).)
Protected methodOnLoad (Overrides YWForm..::..OnLoad(EventArgs).)
Protected methodOnShown (Inherited from YWForm.)
Public methodRefresh (Inherited from YWForm.)
Public methodResetIn
対象コントロール内に格納されているコントロールコレクションの IYWMethod.Reset() を実行します。
(Inherited from YWForm.)
Protected methodSetRowIntoYWData
IYWData.ColumnNameと一致するrow.Itemの値を設定します。
(Inherited from YWForm.)
Protected methodShowScreenShotDialog
画面のプリントスクリーンの印刷プレビューダイアログを表示します。
(Inherited from YWForm.)

Properties

  NameDescription
Public propertyAddVersion
TextにVersionを追加するかどうかを指定します。
(Inherited from YWForm.)
Public propertyEditableChar
YWForms コンポーネントの EditableChars に同じ文字があれば、 そのコンポーネント の Editable を True に、 該当する文字がなければ Editable を False にします。 EditableChars が空白のコンポーネントは制御されません。
(Inherited from YWForm.)
Public propertyMaxDate
許容される日付の最大値を取得または設定します。
Public propertyMinDate
許容される日付の最小値を取得または設定します。
Public propertySelectedDate
選択されている日付を取得または設定します。
Public propertyText (Inherited from YWForm.)

See Also