AutomationPeer.IsRequiredForForm メソッド
定義
このピアに関連付けられている要素がフォームの必須要素かどうかを示す値を取得します。Gets a value that indicates whether the element that is associated with this peer must be completed on a form.
public:
bool IsRequiredForForm();
public bool IsRequiredForForm ();
member this.IsRequiredForForm : unit -> bool
Public Function IsRequiredForForm () As Boolean
戻り値
要素が必須要素の場合は true
。それ以外の場合は false
。true
if the element must be completed; otherwise, false
.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.