OnButtonDown Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Displays an event description whenever the user presses a button.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected Overrides Sub OnButtonDown ( _
    e As ButtonEventArgs _
)
protected override void OnButtonDown(
    ButtonEventArgs e
)
protected:
virtual void OnButtonDown(
    ButtonEventArgs^ e
) override
abstract OnButtonDown : 
        e:ButtonEventArgs -> unit 
override OnButtonDown : 
        e:ButtonEventArgs -> unit 
protected override function OnButtonDown(
    e : ButtonEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

TextFlow Class

Microsoft.SPOT.Presentation.Controls Namespace