BackgroundContextMenuArrangeIcons Property |
Returns the dynamic collection of ToolStripItems for the sortable columns.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ToolStripMenuItem ArrangeIcons { get; }Public ReadOnly Property ArrangeIcons As ToolStripMenuItem
Get
public:
property ToolStripMenuItem^ ArrangeIcons {
ToolStripMenuItem^ get ();
}member ArrangeIcons : ToolStripMenuItem with get
Property Value
ToolStripMenuItem
See Also