pub trait IUIAutomationTextRange2_Impl: Sized + IUIAutomationTextRange_Impl {
    // Required method
    fn ShowContextMenu(&self) -> Result<()>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§