pub trait IScrollableContextMenu2_Impl: Sized + IScrollableContextMenu_Impl {
// Required methods
fn AddSeparator(&self) -> Result<()>;
fn SetPlacement(&self, scmp: SCROLLABLECONTEXTMENU_PLACEMENT) -> Result<()>;
}
Required Methods§
fn AddSeparator(&self) -> Result<()>
fn SetPlacement(&self, scmp: SCROLLABLECONTEXTMENU_PLACEMENT) -> Result<()>
Object Safety§
This trait is not object safe.