Enum SpeedButton.RightSideElementKind
Specifies the kind of text displayed on the right side of the control.
public enum SpeedButton.RightSideElementKind
Fields
Image = 4A value of RightSideImage property is displayed on the right side.
KeyGesture = 1A key gesture (such as a keyboard shortcut) is displayed on the right side.
KeyGestureFormatted = 2A formatted key gesture (such as a keyboard shortcut) is displayed on the right side.
None = 0No right-side text is displayed.
Text = 3A value of RightSideText property is displayed on the right side.