pub trait IUIAutomationExpandCollapsePattern_Impl: Sized {
// Required methods
fn Expand(&self) -> Result<()>;
fn Collapse(&self) -> Result<()>;
fn CurrentExpandCollapseState(&self) -> Result<ExpandCollapseState>;
fn CachedExpandCollapseState(&self) -> Result<ExpandCollapseState>;
}
Required Methods§
fn Expand(&self) -> Result<()>
fn Collapse(&self) -> Result<()>
fn CurrentExpandCollapseState(&self) -> Result<ExpandCollapseState>
fn CachedExpandCollapseState(&self) -> Result<ExpandCollapseState>
Object Safety§
This trait is not object safe.