Basic Library for WinRT
C1TabControl Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by C1TabControl.

Public Constructors
 NameDescription
Public ConstructorC1TabControl ConstructorInitializes a new instance of a C1TabControl.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CanUserReorderPropertyIdentifies the CanUserReorder dependency property.  
Public Fieldstatic (Shared in Visual Basic)ContentTemplatePropertyIdentifies the ContentTemplate dependency property.  
Public Fieldstatic (Shared in Visual Basic)ContentTemplateSelectorPropertyIdentifies the ContentTemplateSelectorProperty dependency property.  
Public Fieldstatic (Shared in Visual Basic)IsMouseOverPropertyIdentifies the IsMouseOver dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemContainerStylePropertyIdentifies the ItemContainerStyle dependency property.  
Public Fieldstatic (Shared in Visual Basic)ItemTemplateSelectorPropertyIdentifies the ItemTemplateSelectorProperty dependency property.  
Public Fieldstatic (Shared in Visual Basic)MouseOverBrushPropertyIdentifies the MouseOverBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)PressedBrushPropertyIdentifies the PressedBrush dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedBackgroundPropertyIdentifies the SelectedBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedContentPropertyIdentifies the System.Windows.Controls.TabControl.SelectedContent dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedIndexPropertyIdentifies the System.Windows.Controls.TabControl.SelectedIndex dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemPropertyIdentifies the System.Windows.Controls.TabControl.SelectedItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)ShowSingleTabPropertyIdentifies the ShowSingleTab dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabItemClosePropertyIdentifies the TabItemClose dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabItemShapePropertyIdentifies the TabItemShape dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripBackgroundPropertyIdentifies the TabStripBackground dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripForegroundPropertyIdentifies the TabStripForeground dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripHorizontalAlignmentPropertyIdentifies the TabStripHorizontalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripMenuVisibilityPropertyIdentifies the TabStripMenuVisibility dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripOverlapDirectionPropertyIdentifies the TabStripOverlapDirection dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripOverlapPropertyIdentifies the TabStripOverlap dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripPlacementPropertyIdentifies the TabStripPlacement dependency property.  
Public Fieldstatic (Shared in Visual Basic)TabStripVerticalAlignmentPropertyIdentifies the TabStripVerticalAlignment dependency property.  
Public Fieldstatic (Shared in Visual Basic)UnselectedContentModePropertyIdentifies the UnselectedContentMode dependency property.  
Public Fieldstatic (Shared in Visual Basic)UpdateSourceCollectionPropertyIdentifies the UpdateSourceCollection 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 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 PropertyCanUserReorderWhether the user is allowed to drag and drop and reorder C1TabItems from this C1TabControl.  
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 PropertyContentTemplateGets or sets the DataTemplate to apply to any TabItem that does not have a ContentTemplate property defined.  
Public PropertyContentTemplateSelectorGets or sets a custom logic for choosing the template used to display the content of the control  
Public PropertyDataContext (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyDesiredSize (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyDispatcher (Inherited from Windows.UI.Xaml.DependencyObject)
Public PropertyDisplayMemberPathGets or sets the name or path of the property that is displayed for each data item. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyFlowDirection (Inherited from Windows.UI.Xaml.FrameworkElement)
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 PropertyHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
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 PropertyIsHitTestVisible (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsHoldingEnabled (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyIsMouseOverReturns true if the mouse is over the control.  
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 C1.Xaml.C1ItemsControl)
Public PropertyItemContainerStyleGets or sets the Style applied to all contained C1TabItems  
Public PropertyItemContainerTransitionsGets or sets the collection of Transition style elements that apply to the item containers of a C1ItemsControl. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItems (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItemsPanelGets or sets the panel template that will be used when creating the items. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItemsSourceGets or sets the collection of items that will be shown. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItemStyleStyle applied to all the items of this item control. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItemTemplateTemplate applied to all the items of the list. (Inherited from C1.Xaml.C1ItemsControl)
Public PropertyItemTemplateSelectorGets or sets the custom logic for choosing a template used to display each item.  
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 PropertyMinHeight (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMinWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyMouseOverBrushGets or sets the Windows.UI.Xaml.Media.Brush used to highlight the control when it has the mouse over.  
Public PropertyName (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyOpacity (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyPadding (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyParent (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyPointerCaptures (Inherited from Windows.UI.Xaml.UIElement)
Public PropertyPressedBrushGets or sets the Windows.UI.Xaml.Media.Brush used to paint a button when it is pressed.  
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 PropertySelectedBackgroundGets or sets the Windows.UI.Xaml.Media.Brush used to highlight the control when it is selected.  
Public PropertySelectedContentGets the content of the currently selected System.Windows.Controls.TabItem.  
Public PropertySelectedIndexGets or sets the index of the currently selected System.Windows.Controls.TabItem.  
Public PropertySelectedItemGets or sets the selected item or returns null if the selection is empty.  
Public PropertyShowSingleTabGets or sets a value that determines whether the tab strip is shown when the control has only one child.  
Public PropertyStyle (Inherited from Windows.UI.Xaml.FrameworkElement)
Public PropertyTabIndex (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTabItemCloseGets or sets the location of the Close button.  
Public PropertyTabItemShapeGets or sets the geometric shape of the tabs.  
Public PropertyTabNavigation (Inherited from Windows.UI.Xaml.Controls.Control)
Public PropertyTabStripBackgroundGets or sets the Windows.UI.Xaml.Media.Brush that will be assigned to the Background of the tab strip.  
Public PropertyTabStripForegroundGets or sets the Windows.UI.Xaml.Media.Brush that will be assigned to the Foreground of the tab strip.  
Public PropertyTabStripHorizontalAlignmentGets or sets the horizontal alignment of the group of C1TabItems.  
Public PropertyTabStripMenuVisibilityGets or sets the visibility of the menu listing the items.  
Public PropertyTabStripOverlapGets or sets the length of the overlap between C1TabItems.  
Public PropertyTabStripOverlapDirectionGets or sets the Z-Index arrangement of the C1TabItems.  
Public PropertyTabStripPlacementGets or sets the location of the panel with the tabs relative to the whole control.  
Public PropertyTabStripVerticalAlignmentGets or sets the vertical alignment of the group of C1TabItems.  
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 PropertyUnselectedContentModeGets or sets what is done with the content of unselected items.  
Public PropertyUpdateSourceCollectionGets or sets whether changes in the order of the items are written to Items or ItemsSource.  
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 PropertyVisibleItemsA read-only collection that contains all visible items in the C1TabControl  
Public PropertyWidth (Inherited from Windows.UI.Xaml.FrameworkElement)
Top
Protected Properties
 NameDescription
Protected PropertyDefaultStyleKey (Inherited from Windows.UI.Xaml.Controls.Control)
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 MethodBeginUpdateMaintains performance while items are added to the TabControl one at a time by preventing the control from updating until the EndUpdate method is called.  
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 MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodEndUpdateResumes updating the TabControl after updates are suspended by the BeginUpdate method.  
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 MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInvalidateArrange (Inherited from Windows.UI.Xaml.UIElement)
Public MethodInvalidateMeasure (Inherited from Windows.UI.Xaml.UIElement)
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 MethodScrollIntoViewCauses the object to scroll into view.  
Public MethodSetBinding (Inherited from Windows.UI.Xaml.FrameworkElement)
Public MethodSetValue (Inherited from Windows.UI.Xaml.DependencyObject)
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
Protected Methods
 NameDescription
Protected MethodArrangeOverride (Inherited from Windows.UI.Xaml.FrameworkElement)
Protected MethodChangeVisualStateCommonUpdates the current visual state of the Common visual state group to match the object's properties.  
Protected MethodChangeVisualStateShapeUpdates the current visual state of the Shape visual state group to match the object's properties.  
Protected MethodClearContainerForItemOverrideOverridden.   
Protected MethodFindSubElementsForTouchTargeting (Inherited from Windows.UI.Xaml.UIElement)
Protected MethodGetContainerForItemOverrideOverridden.   
Protected MethodGetItemsHost (Inherited from C1.Xaml.C1ItemsControl)
Protected MethodGetTemplateChild (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodGoToElementStateCore (Inherited from Windows.UI.Xaml.FrameworkElement)
Protected MethodIsItemItsOwnContainerOverrideOverridden.   
Protected MethodMeasureOverride (Inherited from Windows.UI.Xaml.FrameworkElement)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnApplyTemplateOverridden. Builds the visual tree for the C1TabControl control when a new template is applied.  
Protected MethodOnCreateAutomationPeer (Inherited from Windows.UI.Xaml.UIElement)
Protected MethodOnDisconnectVisualChildren (Inherited from Windows.UI.Xaml.UIElement)
Protected MethodOnDoubleTapped (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnDragEnter (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnDragLeave (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnDragOver (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnDrop (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnGotFocus (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnHolding (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnItemsChangedOverridden. Called when the value of the Items property changes.  
Protected MethodOnKeyDown (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnKeyUp (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnLostFocus (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnManipulationCompleted (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnManipulationDelta (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnManipulationInertiaStarting (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnManipulationStarted (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnManipulationStarting (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerCanceled (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerCaptureLost (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerEntered (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerExited (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerMoved (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerPressed (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerReleased (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnPointerWheelChanged (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnRightTapped (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodOnTapped (Inherited from Windows.UI.Xaml.Controls.Control)
Protected MethodPrepareContainerForItemOverrideOverridden.   
Top
Public Events
 NameDescription
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.  
Public EventItemsChangedCalled when the value of the System.Windows.Controls.ItemsControl.Items property changes.  
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 EventSelectionChangedOccurs when selection changed.  
Public EventSizeChanged (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventTabItemClosedOccurs when a C1TabItem is closed.  
Public EventTabItemClosingOccurs before a C1TabItem is closed.  
Public EventTapped (Inherited from Windows.UI.Xaml.UIElement)
Public EventUnloaded (Inherited from Windows.UI.Xaml.FrameworkElement)
Public EventVisibleItemsChangedOccurs when the the visible items change.  
Top
See Also

Reference

C1TabControl Class
C1.Xaml Namespace

 

 


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

Product Support Forum  |  Documentation Feedback