[]
        
(Showing Draft Content)

FarPoint.Win.ButtonElement

ButtonElement Class

Represents a button element object.

Implements
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class ButtonElement : ElementWindowless, ISerializeSupport
Public Class ButtonElement
    Inherits ElementWindowless
    Implements ISerializeSupport

Constructors

Name Description
ButtonElement()

Creates a button element object.

ButtonElement(object)

Creates a button element object by copying another.

Fields

Name Description
pressed

Determines whether the button is pressed.

Methods

Name Description
OnGotFocus(EventArgs)

Occurs when the element gets focus.

OnMouseDown(MouseEventArgs)

MouseDown processing.

OnMouseUp(MouseEventArgs)

MouseUp processing.