Trait windows::Win32::UI::TextServices::ITfFnShowHelp_Impl

pub trait ITfFnShowHelp_Impl: Sized + ITfFunction_Impl {
    // Required method
    fn Show(&self, hwndparent: HWND) -> Result<()>;
}

Required Methods§

fn Show(&self, hwndparent: HWND) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§