Table of Contents

Class LockableToggleButton

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public class LockableToggleButton : ToggleButton, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, ICommandSource
Inheritance
LockableToggleButton
Implements
Derived
Inherited Members

Fields

IsLockedProperty

public static readonly DependencyProperty IsLockedProperty

Field Value

DependencyProperty

Properties

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

Methods

OnToggle()

Called by the OnClick() method to implement toggle behavior.

protected override void OnToggle()