Nevron.Nov.UI Namespace : NCommandBar Class |
'Declaration
Public Class NCommandBar Inherits NWidget Implements Nevron.Nov.Dom.INArrangeElement, Nevron.Nov.Dom.INArrangeElementParent, Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.Dom.INMeasureElement, Nevron.Nov.Dom.INMeasureElementParent, Nevron.Nov.INDeeplyCloneable, INInputNode, INPopupDirectionProvider
'Usage
Dim instance As NCommandBar
public class NCommandBar : NWidget, Nevron.Nov.Dom.INArrangeElement, Nevron.Nov.Dom.INArrangeElementParent, Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.Dom.INMeasureElement, Nevron.Nov.Dom.INMeasureElementParent, Nevron.Nov.INDeeplyCloneable, INInputNode, INPopupDirectionProvider
A command bar can be in one of the following states:
The items of a command bar can be any widgets. For the purpose of presenting a command bar item in customization interfaces, the command bar provides two extended properties - TextPropertyEx and ImagePropertyEx, which can be applied to the items contained in the bar.
The command bar has support for mouse and keyboard selection. The command bar automatically sets the SelectedPropertyEx to true, to the command bar item that is currently selected via the mouse or the keyboard and automatically deselects all other items. If the keyboard focus was contained in the command bar before the selection change, the command bar will try transfer the focus to the newly selected item.
System.Object
Nevron.Nov.Dom.NNode
Nevron.Nov.Dom.NDocumentNode
Nevron.Nov.Dom.NElement
Nevron.Nov.Dom.NVisual
Nevron.Nov.UI.NInputElement
Nevron.Nov.UI.NBoxElement
Nevron.Nov.UI.NWidget
Nevron.Nov.UI.NCommandBar
Nevron.Nov.UI.NMenuBar
Nevron.Nov.UI.NStatusBar
Nevron.Nov.UI.NToolBar
Target Platforms: 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