TreeViewItemExtenderSetIsToggleButtonVisible Method |
Sets if the toggle button visible.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public static void SetIsToggleButtonVisible(
DependencyObject sender,
bool isToggleButtonVisible
)
Public Shared Sub SetIsToggleButtonVisible (
sender As DependencyObject,
isToggleButtonVisible As Boolean
)
public:
static void SetIsToggleButtonVisible(
DependencyObject^ sender,
bool isToggleButtonVisible
)
Parameters
- sender
- Type: System.WindowsDependencyObject
The sender. - isToggleButtonVisible
- Type: SystemBoolean
if set to true [is toggle button visible].
See Also