pub trait IUIAutomationElement9_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§