OptionsNavPane Properties
Contains options that affect the control’s appearance and behavior when the NavigationPane paint style is applied.| Name | Description |
|---|---|
| ActualNavPaneState | Gets the actual expansion state of the NavBarControl (in the NavigationPane paint style). |
| AllowOptionsMenuItem | Gets or sets whether an end-user can invoke the Navigation Pane Options dialog to customize the order of groups and font settings of items. |
| AnimationFramesCount | Gets or sets the number of animation frames when the control is being expanded or collapsed. |
| CollapsedNavPaneContentControl | Gets or sets the control embedded into the NavBarControl when the nav bar is painted using the Navigation Pane View and the nav bar is collapsed. |
| CollapsedWidth | Gets or sets the control’s width when in the collapsed state. |
| DefaultNavPaneHeaderImageSize | This member supports the internal infrastructure, and is not intended to be used directly from your code. |
| ExpandButtonMode | Gets or sets the direction of the expand button’s arrow and also the direction in which the control is collapsed/expanded. |
| ExpandedWidth | Gets or sets the control’s width when in the expanded state. |
| GroupImageShowMode | Gets or sets whether a group image is always visible, or visible only when the NavBarControl is collapsed. |
| HeaderImageSize | Gets or sets the size of the frame into which the header image of an expanded group is fitted. |
| IsAnimationInProgress | Gets whether the control is being expanded or collapsed. |
| MaxPopupFormWidth | Gets or sets the maximum width of the popup form displayed when clicking the active NavBarGroup in the collapsed NavBarControl. |
| NavBar | Gets the NavBarControl that owns the current object. |
| NavPaneState | Gets or sets the NavBarControl’s expansion state when the NavigationPane paint style is applied. |
| PopupFormSize | Gets or sets the popup form’s size. |
| ShowExpandButton | Gets or sets whether the expand button is visible when the NavigationPane paint style is applied. |
| ShowGroupImageInHeader | Gets or sets whether to display the active group’s image in the NavBarControl’s header. |
| ShowHeaderText | Gets or sets whether to display the active group’s caption in the NavBarControl’s header. |
| ShowOverflowButton | Gets or sets the visibility of the overflow button displayed within the Overflow Panel. |
| ShowOverflowPanel | Gets or sets whether the Overflow panel is displayed. |
| ShowSplitter | Gets or sets whether the splitter is visible. |
See Also