Table of Contents

Enum SpeedButton.RightSideElementKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the kind of text displayed on the right side of the control.

public enum SpeedButton.RightSideElementKind

Fields

Image = 4

A value of RightSideImage property is displayed on the right side.

KeyGesture = 1

A key gesture (such as a keyboard shortcut) is displayed on the right side.

KeyGestureFormatted = 2

A formatted key gesture (such as a keyboard shortcut) is displayed on the right side.

None = 0

No right-side text is displayed.

Text = 3

A value of RightSideText property is displayed on the right side.