modally
modally什么意思,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.
方法用于非模式显示窗体。