modally
美
英 
例句
Message boxes are usually run modally : the question must be answered before the program may continue.
消息框通常以模態運行:即走程序繼續運行前必須回答問題。
Sets the ToolTip text associated with the specified control, and then displays the ToolTip modally at the specified relative position.
設置與指定控件關聯的工具提示文本,然后在指定的相對位置以模式方式顯示該工具提示。
Forms that are displayed modally are typically used as dialog boxes in an application.
強制回應方式顯示的表單通常在應用程式中當做對話方塊使用。
When a form is displayed modally, no input (keyboard or mouse click) can occur except to objects on the modal form.
當有模式地顯示窗體時,不能進行任何輸入(通過鍵盤或鼠標單擊),對模式窗體上的對象的輸入除外。
For forms that are shown modally, Dispose is not called automatically.
對于進行模式顯示的窗體,不會自動調用Dispose。
Sets the ToolTip text associated with the specified control, and displays the ToolTip modally.
設置與指定控件關聯的工具提示文本,然后以模式方式顯示工具提示。
You can use this property to determine whether a form that you have obtained from a method or property has been displayed modally.
可以使用此屬性確定從某方法或屬性獲取的窗體是否已經有模式地顯示。
Dialog boxes are displayed modally to prevent users from performing tasks outside of the dialog box.
有模式地顯示對話框,以防止用戶在對話框外執行任務。
Gets a value indicating whether this form is displayed modally.
獲取一個值,該值指示是否有模式地顯示此窗體。
Method is used to display a form non-modally.
方法用于非模式顯示窗體。
The following code example shows how to display a dialog box modally.
下面的代碼示例演示如何有模式地顯示對話框。
Method will stop this internal timer, causing any displayed ToolTip to be shown modally until the
方法將停止此內部計時器,使任何顯示的工具提示以模式方式顯示,直至調用
If the form is displayed modally; otherwise,
如果該窗體進行模式顯示,則為,
Method is used to display a form modally; the;
方法用于模式顯示窗體;
To display a form modally use the
若要有模式地顯示某窗體,請使用