MenuDesigner.RefreshSchema(Boolean) Method

Definition

Refreshes the schema of the data source view for the associated Menu control.

protected:
 void RefreshSchema(bool preferSilent);
protected void RefreshSchema (bool preferSilent);
member this.RefreshSchema : bool -> unit
Protected Sub RefreshSchema (preferSilent As Boolean)

Parameters

preferSilent
Boolean

If true, does not display error messages when exceptions occur during processing; otherwise, exception messages are displayed.

Remarks

The RefreshSchema method will be called by the design host only if the CanRefreshSchema property is true.

Applies to

See also