windows::Win32::UI::Accessibility

Trait IUIAutomationElement9_Impl

pub trait IUIAutomationElement9_Impl: IUIAutomationElement8_Impl {
    // Required methods
    fn CurrentIsDialog(&self) -> Result<BOOL>;
    fn CachedIsDialog(&self) -> Result<BOOL>;
}

Required Methods§

fn CurrentIsDialog(&self) -> Result<BOOL>

fn CachedIsDialog(&self) -> Result<BOOL>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§