MonthCalendar.RemoveAllMonthlyBoldedDates 方法

定义

移除每月中以粗体显示的所有日期。

public:
 void RemoveAllMonthlyBoldedDates();
public void RemoveAllMonthlyBoldedDates ();
member this.RemoveAllMonthlyBoldedDates : unit -> unit
Public Sub RemoveAllMonthlyBoldedDates ()

注解

此方法清除 MonthlyBoldedDates 数组。 若要从粗体日期中删除单个日期,请使用 RemoveMonthlyBoldedDate 该方法。

必须调用 UpdateBoldedDates 该方法以确保显示已更新以反映删除。

适用于