pub trait IUIAutomationScrollItemPattern_Impl: Sized {
    // Required method
    fn ScrollIntoView(&self) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§