Trait sap_scripting::types::GuiModalWindow_Impl
source · pub trait GuiModalWindow_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn is_popup_dialog(&self) -> Result<bool> { ... }
fn popup_dialog_text(&self) -> Result<String> { ... }
}