DateTimeEditors for WinRT
C1MenuList Class Members
Fields  Properties  Methods  Events

The following tables list the members exposed by C1MenuList.

Public Constructors
 NameDescription
Public ConstructorC1MenuList ConstructorInitializes a new instance of the C1MenuList class.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)HighlightedBackgroundPropertyIdentifies the HighlightedBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)OpenedBackgroundPropertyIdentifies the OpenedBackground dependency property.  
Top
Public Properties
 NameDescription
Public PropertyActualHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyActualWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyAllowDrop (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyAutoCloseGets or sets a value indicating if the menu will auto close when the user clicks outside of it. (Inherited from C1.Xaml.C1Menu)
Public PropertyBackground (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyBaseUri (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyBorderBrush (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyBorderThickness (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyCacheMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyCharacterSpacing (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyClip (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyCompositeMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyDataContext (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyDesiredSize (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyDetectBoundariesGets or sets a value indicating if the menu will auto update the position of its sub-menus when they are close to the boundaries of the application. (Inherited from C1.Xaml.C1Menu)
Public PropertyDisabledCuesVisibilityGets or sets a value indicating whether the disabled visuals of the control are visible. (Inherited from C1.Xaml.C1Menu)
Public PropertyDispatcher (Inherited from Windows.UI.Xaml.DependencyObject)
Public PropertyDisplayMemberPath (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyFirstLevelStyleRepresents the style to apply to all menu items at the first level. (Inherited from C1.Xaml.C1Menu)
Public PropertyFlowDirection (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyFocusCuesVisibilityGets or sets a value indicating whether the focus visuals of the control are visible. (Inherited from C1.Xaml.C1Menu)
Public PropertyFocusState (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontFamily (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontSize (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontStretch (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontStyle (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyFontWeight (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyForeground (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyGroupStyle (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyGroupStyleSelector (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyHasItemsGets a value that indicates whether the ItemsControl contains items. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyHeaderGets or sets the item that labels the control. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyHeaderTemplateGets or sets the template used to display the contents of the control's header. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyHighlightedBackgroundGets or sets the Windows.UI.Xaml.Media.Brush used to highlight the menu item.  
Public PropertyHorizontalAlignment (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyHorizontalContentAlignment (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIsDoubleTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsEnabled (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIsFocusedReturns true if the control has the focus. (Inherited from C1.Xaml.C1Menu)
Public PropertyIsGrouping (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyIsHitTestVisible (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsHoldingEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsMouseOverGets a value indicating whether the mouse pointer is located over this element. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyIsRightTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsTabStop (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyIsTapEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyItemContainerGenerator (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemContainerStyleGets or sets the Style that is applied to the container element generated for each item. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyItemContainerStyleSelectorGets or sets custom style-selection logic for a style that can be applied to each generated container element. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyItemContainerTransitions (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItems (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemsPanel (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemsPanelRoot (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemsSource (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemTemplate (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public PropertyItemTemplateSelectorProvides a way to choose a DataTemplate based on the data object and the data-bound element. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyLanguage (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyManipulationMode (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyMargin (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMaxHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMaxWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMenuOpenDelayGets or Sets a value (in milliseconds) for the delay used when opening a submenu. (Inherited from C1.Xaml.C1Menu)
Public PropertyMinHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMinWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyName (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyNonFirstLevelStyleRepresents the style to apply to all menu items that are not in the first level. (Inherited from C1.Xaml.C1Menu)
Public PropertyOpacity (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyOpenedBackgroundGets or sets the Windows.UI.Xaml.Media.Brush used in a menu item when this item is opened.  
Public PropertyOrientationGets or sets the direction in which to render the Menu control. (Inherited from C1.Xaml.C1Menu)
Public PropertyPadding (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyParent (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyParentCollectionGets the items collection of this element's parent. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyParentItemsSourceReturns this element's parent ItemsSource Property. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public PropertyPointerCaptures (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyProjection (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRenderSize (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRenderTransform (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRenderTransformOrigin (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyRequestedTheme (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyResources (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertySeparatorStyleDefault style applied to the C1Separator located inside this C1Menu. (Inherited from C1.Xaml.C1Menu)
Public PropertyStyle (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertySubMenuMaxHeightGets or sets a value that indicates the MaxHeight of the SubMenu. (Inherited from C1.Xaml.C1Menu)
Public PropertyTabIndex (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTabNavigation (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTag (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyTemplate (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTransitions (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyTriggers (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyUseLayoutRounding (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyVerticalAlignment (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyVerticalContentAlignment (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyVisibility (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Top
Public Methods
 NameDescription
Public MethodAddHandler (Inherited from Windows.UI.Xaml.UIElement)
Public MethodApplyTemplate (Inherited from Windows.UI.Xaml.Controls.Control)
Public MethodArrange (Inherited from Windows.UI.Xaml.UIElement)
Public MethodCancelDirectManipulations (Inherited from Windows.UI.Xaml.UIElement)
Public MethodCapturePointer (Inherited from Windows.UI.Xaml.UIElement)
Public MethodClearValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodClose (Inherited from C1.Xaml.C1Menu)
Public MethodContainerFromIndex (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public MethodContainerFromItem (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodEquals (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodFindName (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodFocus (Inherited from Windows.UI.Xaml.Controls.Control)
Public MethodGetAnimationBaseValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodGetBindingExpression (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodGetHashCode (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodIndexFromContainer (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public MethodInitializeItemInitializes a C1.Silverlight.C1HierarchicalPresenter by setting its parent and root elements in the hierarchy. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateArrange (Inherited from Windows.UI.Xaml.UIElement)
Public MethodInvalidateMeasure (Inherited from Windows.UI.Xaml.UIElement)
Public MethodIsAncestorOfDetermines whether the C1.Silverlight.C1HierarchicalPresenter is an ancestor of the descendant element. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public MethodItemFromContainer (Inherited from Windows.UI.Xaml.Controls.ItemsControl)
Public MethodMeasure (Inherited from Windows.UI.Xaml.UIElement)
Public MethodReadLocalValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodReleasePointerCapture (Inherited from Windows.UI.Xaml.UIElement)
Public MethodReleasePointerCaptures (Inherited from Windows.UI.Xaml.UIElement)
Public MethodRemoveHandler (Inherited from Windows.UI.Xaml.UIElement)
Public MethodSetBinding (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodSetValue (Inherited from Windows.UI.Xaml.DependencyObject)
Public MethodToList<T>Creates a list with all the item containers present in the Hierarchical Presenter at the moment of invocation. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public MethodToString (Inherited from System.Runtime.InteropServices.WindowsRuntime.RuntimeClass)
Public MethodTransformToVisual (Inherited from Windows.UI.Xaml.UIElement)
Public MethodUpdateLayout (Inherited from Windows.UI.Xaml.UIElement)
Top
Public Events
 NameDescription
Public EventAutoClosedOccurs when the Menu is AutoClosed. (Inherited from C1.Xaml.C1Menu)
Public EventAutoClosingOccurs when the Menu is AutoClosing. (Inherited from C1.Xaml.C1Menu)
Public EventDataContextChanged (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventDoubleTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragEnter (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragLeave (Inherited from Windows.UI.Xaml.UIElement)
Public EventDragOver (Inherited from Windows.UI.Xaml.UIElement)
Public EventDrop (Inherited from Windows.UI.Xaml.UIElement)
Public EventGotFocus (Inherited from Windows.UI.Xaml.UIElement)
Public EventHolding (Inherited from Windows.UI.Xaml.UIElement)
Public EventIsEnabledChanged (Inherited from Windows.UI.Xaml.Controls.Control)
Public EventIsMouseOverChangedEvent raised when the IsMouseOver property has changed. (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public EventItemCheckedOccurs when a C1MenuItem is checked. (Inherited from C1.Xaml.C1Menu)
Public EventItemClearedOccurs when a C1HierarchicalPresenter child item is cleared. (ClearContainerForItemOverride was invoked). (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public EventItemClickOccurs when a C1MenuItem is clicked. (Inherited from C1.Xaml.C1Menu)
Public EventItemClosedOccurs when a C1MenuItem is closed. (Inherited from C1.Xaml.C1Menu)
Public EventItemClosingOccurs when a C1MenuItem is closing. (Inherited from C1.Xaml.C1Menu)
Public EventItemOpenedOccurs when a C1MenuItem is opened. (Inherited from C1.Xaml.C1Menu)
Public EventItemOpeningOccurs when a C1MenuItem is opening. (Inherited from C1.Xaml.C1Menu)
Public EventItemPreparedOccurs when a C1HierarchicalPresenter child item is prepared (PrepareContainerForItemOverride was invoked). (Inherited from C1.Xaml.C1HierarchicalPresenter)
Public EventItemUncheckedOccurs when a C1MenuItem is unchecked. (Inherited from C1.Xaml.C1Menu)
Public EventKeyDown (Inherited from Windows.UI.Xaml.UIElement)
Public EventKeyUp (Inherited from Windows.UI.Xaml.UIElement)
Public EventLayoutUpdated (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventLoaded (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventLostFocus (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationCompleted (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationDelta (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationInertiaStarting (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationStarted (Inherited from Windows.UI.Xaml.UIElement)
Public EventManipulationStarting (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerCanceled (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerCaptureLost (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerEntered (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerExited (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerMoved (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerPressed (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerReleased (Inherited from Windows.UI.Xaml.UIElement)
Public EventPointerWheelChanged (Inherited from Windows.UI.Xaml.UIElement)
Public EventRightTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventSizeChanged (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventUnloaded (Inherited from Windows.UI.Xaml.FrameworkElement)
Top
See Also

Reference

C1MenuList Class
C1.Xaml Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback