[]
        
(Showing Draft Content)

C1.WPF.Core.C1CheckBox

C1CheckBox Class

Represents a control that a user can select and clear.

Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public class C1CheckBox : CheckBox, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource, IDisposable
Public Class C1CheckBox
    Inherits CheckBox
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource, IDisposable

Constructors

Name Description
C1CheckBox()

Initializes a new instance of the C1CheckBox class.

Fields

Name Description
UseAccessKeyProperty

Identifies the UseAccessKey dependency property.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

UseAccessKey

Determines whether underscores are shown as access keys or literal characters.

Methods

Name Description
Dispose()
Dispose(bool)
Finalize()

Finalizes this instance of the C1CheckBox class.

OnApplyTemplate()
OnTouchDown(TouchEventArgs)