pub trait IUIAutomationElement3_Impl: Sized + IUIAutomationElement2_Impl {
    // Required methods
    fn ShowContextMenu(&self) -> Result<()>;
    fn CurrentIsPeripheral(&self) -> Result<BOOL>;
    fn CachedIsPeripheral(&self) -> Result<BOOL>;
}

Required Methods§

fn ShowContextMenu(&self) -> Result<()>

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

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

Object Safety§

This trait is not object safe.

Implementors§