Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用辅助磁贴功能来允许用户固定应用程序的特定部分。它按预期工作。但是当用户点击“pin”选项时,会显示一个确认对话框。并且为用户提供了输入新显示名称的机会。它还需要一个空白的空值。有没有办法可以限制用户输入空字符串(或者不允许用户在没有显示名称的情况下固定辅助磁贴)?
无法在 Windows 8 确认对话框中强制显示辅助磁贴的显示名称。但是在 Windows 10 中,确认对话框已经被移除,所以这个问题应该只存在于 Windows 8 上。