pub trait GuiUserArea_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
    // Provided methods
    fn horizontal_scrollbar(&self) -> Result<SAPComponent> { ... }
    fn is_otf_preview(&self) -> Result<bool> { ... }
    fn vertical_scrollbar(&self) -> Result<SAPComponent> { ... }
    fn find_by_label(&self, p0: String, p1: String) -> Result<SAPComponent> { ... }
    fn list_navigate(&self, p0: String) -> Result<()> { ... }
}

Provided Methods§

source

fn horizontal_scrollbar(&self) -> Result<SAPComponent>

source

fn is_otf_preview(&self) -> Result<bool>

source

fn vertical_scrollbar(&self) -> Result<SAPComponent>

source

fn find_by_label(&self, p0: String, p1: String) -> Result<SAPComponent>

source

fn list_navigate(&self, p0: String) -> Result<()>

Implementors§