[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ButtonEditElement

ButtonEditElement Class

Represents a edit element that displays a button-like user interface (UI) which can be used in the GcSpreadSheet control.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public class ButtonEditElement : Button, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource
Public Class ButtonEditElement
    Inherits Button
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICommandSource

Constructors

Name Description
ButtonEditElement()

Initializes a new instance of the ButtonEditElement class.

Properties

Name Description
CustomCommandParameter

Gets or sets the parameter to pass to the command.

Methods

Name Description
MeasureOverride(Size)
OnClick()
OnMouseUp(MouseButtonEventArgs)
OnPreviewMouseDown(MouseButtonEventArgs)