public bool AllowMonthSelection {get; set;}
'宣言 Public Property AllowMonthSelection As Boolean
Private Sub EnableMonthSelection(ByVal enable As Boolean) If (Me.ultraMonthViewMulti1.AllowMonthSelection <> enable) Then Me.ultraMonthViewMulti1.AllowMonthSelection = enable End If End Sub
private void EnableMonthSelection( bool enable ) { if ( this.ultraMonthViewMulti1.AllowMonthSelection != enable ) this.ultraMonthViewMulti1.AllowMonthSelection = enable; }
UltraMonthViewMultiBase クラス UltraMonthViewMultiBase メンバ AllowWeekSelection プロパティ