Trait windows::Win32::UI::Accessibility::IUIAutomationElement3_Impl
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.