Click or drag to resize

TreeViewItemExtenderGetIsToggleButtonVisible Method

Gets if the toggle button is visible.

Namespace:  Hummingbird.UI
Assembly:  Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax
public static bool GetIsToggleButtonVisible(
	DependencyObject sender
)

Parameters

sender
Type: System.WindowsDependencyObject
The sender.

Return Value

Type: Boolean
is the ToggleButton of the TreeViewItem is visible, otherwise
See Also