Trait sap_scripting::types::GuiComponent_Impl
source · pub trait GuiComponent_Impl<T: HasIDispatch = Self>: HasIDispatch<T> {
// Provided methods
fn container_type(&self) -> Result<bool> { ... }
fn id(&self) -> Result<String> { ... }
fn name(&self) -> Result<String> { ... }
fn _type(&self) -> Result<String> { ... }
fn type_as_number(&self) -> Result<i32> { ... }
}