Name | Description | |
---|---|---|
NCommandBar Constructor | Default constructor. |
The following tables list the members exposed by NCommandBar.
Name | Description | |
---|---|---|
NCommandBar Constructor | Default constructor. |
Name | Description | |
---|---|---|
AllowCloseProperty | ||
AllowDockProperty | ||
AllowFloatProperty | ||
ClosePopupsOnMouseOutProperty | Reference to the CloseOnMouseOut property | |
FillLaneProperty | ||
FloatingAnchorProperty | ||
FloatingWidthProperty | ||
GripperChild | Reference to the Gripper child | |
HasHiddenItemsProperty | ||
HasOpenedPopupProperty | Reference to the HasOpenedPopup property | |
ImagePropertyEx | Reference to the Image extended property | |
ItemsChild | Reference to the Content child | |
LanePositionProperty | ||
NCommandBarSchema | Schema associated with NCommandBar | |
OpenPopupsOnMouseInProperty | Reference to the OpenOnClick property | |
OrientationProperty | Reference to the Orientation property | |
PendantChild | Reference to the Pendant child | |
RedockLanePositionProperty | ||
RedockLaneRefProperty | ||
RefloatLocationProperty | ||
ReopenModeProperty | ||
SelectedPropertyEx | Reference to the Selected extended property | |
StackFillModeProperty | Reference to the StackFillMode property. | |
StackFitModeProperty | Reference to the StackFitMode property. | |
TextComparer | Compares command bars by their name | |
TextProperty | ||
TextPropertyEx | Reference to the Text extended property | |
WrappableProperty |
Name | Description | |
---|---|---|
AllowClose | Gets or sets whether this command bar can be closed. | |
AllowDock | Gets or sets whether this command bar can be docked or redocked, if it is floating. A command bar can always be redocked, if it is closed. | |
AllowFloat | Gets or sets whether this command bar can float, if it is docked. A command bar can always be refloated, if it is closed. | |
ClosePopupsOnMouseOut | Gets or sets whether the popup windows of the command bar items should be automatically closed when the mouse is no longer inside them. By default set to false, meaning that the popup window will stay open, until another popup is shown, or the popup loses activation (e.g. user clicks away). | |
FillLane | Gets or sets whether the command bar fills the lane, when it is the only command bar inside it. When set to true the command bar cannot be dragged to a lane that contains other command bars and also other command bars cannot be dragged to the lane in which it resides. By default set to false. | |
FloatingAnchor | Gets or sets the floating anchor, which is a point in local coordinates of the floating window header and is used to align the dragged floating window to the current mouse position. Automatically updated by Nevron when the user starts dragging the floater and reset when the user starts dragging the command bar in the dock. | |
FloatingWidth | Gets or sets the width of the floating window created for the command bar, when it is made to float. By default set to NaN, meaning that the window is automatically sized to fit the command bar content. The value of this property is updated when the user resizes the floating window by grabbing its sides. The height of the floating window is always automatically calculated. | |
Gripper | Gets or sets the command bar gripper, which is arranged at the heading of the bar. Dragging the gripper inside the dock, repositions the command bar by changing its lane and lane position. | |
HasHiddenItems | Gets whether the command bar has hidden items or not. Automatically updated by Nevron. | |
HasOpenedPopup | Gets or sets whether at least one of the menu bar items has its menu opened. The value of this property is automatically updated by Nevron. | |
Items | Gets or sets the command bar items collections. | |
LanePosition | Gets or sets the preferred position of the bar inside the lane. It is specified relatively to the content area of the lane. | |
OpenPopupsOnMouseIn | Gets or sets whether the popup windows of the command bar items are opened when the mouse enters them. By default set to false, meaning that you normally have to click a popup host to open its popup window. | |
Orientation | Gets whether this is command bar is vertically arranged. By default set to false. Automatically updated by Nevron when this bar is added to a command bars lane. | |
OwnerDock | Gets the dock in which this bar resides. | |
OwnerFloater | Gets the floating window in which this bar resides. | |
OwnerLane | Gets the lane in which this bar resides. | |
OwnerManager | Gets the manager in which this bar resides. | |
Pendant | Gets or sets the command bar pendant, which is arranged at the ending of the bar. | |
RedockLanePosition | Gets or sets the offset part of the LanePosition, at which the command bar needs to be placed, when redocked. Automatically updated by Nevron, when the command bar starts to be dragged or was docked when closed. | |
RedockLaneRef | Gets or sets a reference to the lane, at which the command bar needs to be placed, when redocked. Automatically updated by Nevron, when the command bar starts to be dragged or was docked when closed. | |
RefloatLocation | Gets or sets the position of the floater window, at which to refloat the command bar. Automatically updated by Nevron, when the floater start to be dragged or was floating when closed. | |
ReopenMode | Gets or sets the mode in which to reopen a closed command bar. Automatically updated by Nevron when the command bar is closed. | |
SelectedItem | Gets the selected command bar item. | |
StackFillMode | Gets or sets the fill mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false). | |
StackFitMode | Gets or sets the fit mode to apply on this command bar items. Valid only if this command bar is not wrappable (Wrappable set to false). | |
Text | Gets or sets the name of the command bar. The name appears in the pendant menu and as title in the command bar floater. | |
Wrappable | Gets or sets whether the command bar wraps its items or not when docked. When set to false the command bar will arrange the items in a single lane in command bar flow direction. When set to false the command bar will arrange the items in multiple lanes in command bar flow direction. When the bar is floating it is always wrappable. By default set to false. |
Name | Description | |
---|---|---|
CanClose | Determines whether this command bar can be closed. | |
CanDock | Determines whether the command bar can be docked to the specified dock | |
CanFloat | Determines whether the command bar can float | |
CanRedock | Determines whether the command bar can be redocked. | |
CanRefloat | Determines whether the command bar can be refloated. | |
Close | Closes the command bar. | |
Dock | Docks the command bar to the specifed dock and screen position. | |
Float | Floats the command bar to the specified screen location. | |
GetDefaultPopupDirection | Gets the default direction of the popups | |
GetImage | Gets the value for the ImagePropertyEx for the specified item | |
GetMinimalExtend | Get the minimal width/height of the command bar depending on its orientation, when it resides in a lane, below which the lane is not allowed to shrink the bar. | |
GetSelected | Gets the value for the SelectedPropertyEx for the specified item | |
GetText | Gets the value for the TextPropertyEx for the specified item | |
IsClosed | Determines whether the command bar is closed (e.g. resides in the closed bars collection of the OwnerMananager) | |
IsDocked | Determines whether the command bar is docked | |
IsFloating | Determines whether the command bar is floating | |
IsOpened | Determines whether the command bar is opened (e.g. is either floating or is docked) | |
NavigateToFirstItem | Navigates to the first item | |
NavigateToItem | Navigates to the specified item | |
NavigateToLastItem | Navigates to the last item | |
NavigateToNextItem | Navigates to the down item | |
NavigateToPrevItem | Navigates to the down item | |
PopulatePendantMenu | Populates the pendant menu with items. | |
Redock | Redocks the command bar to its last known docked state. | |
Refloat | Refloats the command bar to its last known floating state. | |
Reopen | Opens the command bar. | |
SetImage | Sets the value for the ImagePropertyEx for the specified item | |
SetText | Sets the value for the TextPropertyEx for the specified item |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Arranges the content of the element within the specified content area. | |
blbd | ||
CreateAddRemoveMenuItem | Overloaded. Creates the root "Add/Remove" menu item, the subitems of which are the menu items for each command bar that resides in this command bar owner lane. | |
CreateCommandBarItemMenuItem | Creates a menu item that represents the specified command bar item | |
CreateFloater | Creates a floating window for this command bar. | |
CreateHiddenItemsGroup | Creates the widget that contains a representation for the currently hidden items of the command bar. | |
CreatePropertiesMenuItem | Creates the properties menu item | |
CreatePropertyMenuItem | Creates a menu item for a command bar property | |
Elbd | ||
GetNavigateToNextItemKey | Gets the keyboard key that navigates to the next item | |
GetNavigateToPrevItemKey | Gets the keyboard key that navigates to the prev item | |
Glbd | ||
Ilbd | ||
Klbd | ||
llbd | ||
MeasureContent | Overridden. Measures the desired size of the element content | |
OnAddRemoveMenuItemClicked | Called when an add/remove menu item was clicked | |
OnChildInserted | Overridden. Called when a child node has been inserted | |
OnKeyDown | Overridden. Default handler for a key down event | |
OnMouseMove | Overridden. | |
OnMouseOut | Overridden. Called when the NMouse.OverPropertyEx property gets a false value | |
OnOrientationChanged | Called when Orientation has changed | |
OnPropertyMenuItemClicked | Called when a menu item that represents a command bar menu item is clicked | |
OnWrappableChanged | Called when Wrappable has changed | |
PopulateAddRemoveMenuItems | Populates the add remove menu items to the given collection of menu items. | |
Qtb | Overridden. | |
UKbd | ||
vKbd | ||
WKbd | ||
xKbd | ||
YKbd |