Version

RightAlignShortcutText Property

Returns or sets a Boolean value that determines whether the shortcut text is aligned to the right.
Syntax
'Declaration
 
Public Property RightAlignShortcutText As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean RightAlignShortcutText {get; set;}
Remarks

True if a side strip appears on PopupMenuTools; otherwise, False.

The SideStripAppearance property specifies the appearance of the side strip.

The SideStripText property specifies the text displayed in the side strip.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also