Type Alias TreeCtrl

Source
pub type TreeCtrl = TreeCtrlIsOwned<true>;
Expand description

A tree control presents information as a hierarchy, with items that may be expanded to show further items.

Aliased Type§

pub struct TreeCtrl(/* private fields */);