The C1BulletsTool type exposes the following members.

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange
Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore(Rect) implementation (or a WPF framework-level equivalent) to form a recursive layout update. This method constitutes the second pass of a layout update.
(Inherited from UIElement.)
Protected method ArrangeOverride
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
(Inherited from FrameworkElement.)
Public method CaptureMouse
Attempts to force capture of the mouse to this element.
(Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindName
Finds an element that has the provided identifier name.
(Inherited from FrameworkElement.)
Public method Focus (Inherited from Control.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetTemplateChild (Inherited from Control.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue(DependencyProperty)
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObjectDependencyObject.)
Protected method GetValue(C1TextRange) (Inherited from C1ListTool.)
Public method InvalidateArrange
Invalidates the arrange state (layout) for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout()()()().
(Inherited from UIElement.)
Public method InvalidateMeasure
Invalidates the measurement state (layout) for the element.
(Inherited from UIElement.)
Public method Measure
Updates the DesiredSize of a UIElement. Parent elements call this method from their own MeasureCore(Size) implementations to form a recursive layout update. Calling this method constitutes the first pass (the "Measure" pass) of a layout update.
(Inherited from UIElement.)
Protected method MeasureOverride (Inherited from C1ToolbarToggleButton.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnApplyTemplate (Inherited from ToggleButton.)
Protected method OnClick (Inherited from C1ToggleButtonTool<(Of <(<'T>)>)>.)
Protected method OnContentChanged (Inherited from ToggleButton.)
Protected method OnCreateAutomationPeer
Provides an appropriate ToggleButtonAutomationPeer implementation for this control, as part of the WPF infrastructure.
(Inherited from ToggleButton.)
Protected method OnGotFocus (Inherited from ButtonBase.)
Protected method OnIsPressedChanged
Called when the IsPressed property changes.
(Inherited from ButtonBase.)
Protected method OnKeyDown
Provides class handling for the KeyDown routed event that occurs when the user presses a key while this control has focus.
(Inherited from ButtonBase.)
Protected method OnKeyUp
Provides class handling for the KeyUp routed event that occurs when the user releases a key while this control has focus.
(Inherited from ButtonBase.)
Protected method OnLostFocus (Inherited from ButtonBase.)
Protected method OnMouseEnter
Provides class handling for the ClickMode routed event that occurs when the mouse enters this control.
(Inherited from ButtonBase.)
Protected method OnMouseLeave
Provides class handling for the MouseLeave routed event that occurs when the mouse leaves an element.
(Inherited from ButtonBase.)
Protected method OnMouseLeftButtonDown
Provides class handling for the MouseLeftButtonDown routed event that occurs when the left mouse button is pressed while the mouse pointer is over this control.
(Inherited from ButtonBase.)
Protected method OnMouseLeftButtonUp
Provides class handling for the MouseLeftButtonUp routed event that occurs when the left mouse button is released while the mouse pointer is over this control.
(Inherited from ButtonBase.)
Protected method OnMouseMove
Provides class handling for the MouseMove routed event that occurs when the mouse pointer moves while over this element.
(Inherited from ButtonBase.)
Protected method OnToggle (Inherited from C1ToolbarToggleButton.)
Public method ReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public method ReleaseMouseCapture
Releases the mouse capture, if this element held the capture.
(Inherited from UIElement.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObjectDependencyObject.)
Protected method SetValue(C1TextRange, Nullable<(Of <<'(TextMarkerStyle>)>>)) (Inherited from C1ListTool.)
Public method ToString
Returns the string representation of a ToggleButton object.
(Inherited from ToggleButton.)
Public method TransformToVisual (Inherited from UIElement.)
Public method Update (Inherited from C1ToggleButtonTool<(Of <(<'T>)>)>.)
Public method UpdateLayout
Ensures that all visual child elements of this element are properly updated for layout.
(Inherited from UIElement.)

See Also