Trait sap_scripting::types::GuiButton_Impl
source · pub trait GuiButton_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn emphasized(&self) -> Result<bool> { ... }
fn left_label(&self) -> Result<SAPComponent> { ... }
fn right_label(&self) -> Result<SAPComponent> { ... }
fn press(&self) -> Result<()> { ... }
}