Function win_msgbox::question
source · pub fn question<T>(text: impl Into<PCWSTR>) -> MessageBox<T>Expand description
Creates a new message box where its icon is set to Question.
pub fn question<T>(text: impl Into<PCWSTR>) -> MessageBox<T>Creates a new message box where its icon is set to Question.