Trait windows::Win32::UI::Shell::ITaskbarList4_Impl
pub trait ITaskbarList4_Impl: Sized + ITaskbarList3_Impl {
// Required method
fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> Result<()>;
}
Required Methods§
fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> Result<()>
Object Safety§
This trait is not object safe.