The C1BulletsTool type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
ApplyTemplate | (Inherited from Control.) |
|
|
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.) |
|
|
ArrangeOverride |
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class. (Inherited from FrameworkElement.) |
|
|
CaptureMouse |
Attempts to force capture of the mouse to this element. (Inherited from UIElement.) |
|
|
CheckAccess | (Inherited from DependencyObject.) |
|
|
ClearValue |
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) |
|
|
Equals | (Inherited from Object.) |
|
|
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.) |
|
|
FindName |
Finds an element that has the provided identifier name. (Inherited from FrameworkElement.) |
|
|
Focus | (Inherited from Control.) |
|
|
GetAnimationBaseValue | (Inherited from DependencyObject.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetTemplateChild | (Inherited from Control.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
GetValue(DependencyProperty) |
Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObjectDependencyObject.) |
|
|
GetValue(C1TextRange) | (Inherited from C1ListTool.) |
|
|
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.) |
|
|
InvalidateMeasure |
Invalidates the measurement state (layout) for the element. (Inherited from UIElement.) |
|
|
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.) |
|
|
MeasureOverride | (Inherited from C1ToolbarToggleButton.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
OnApplyTemplate | (Inherited from ToggleButton.) |
|
|
OnClick | (Inherited from C1ToggleButtonTool<(Of <(<'T>)>)>.) |
|
|
OnContentChanged | (Inherited from ToggleButton.) |
|
|
OnCreateAutomationPeer |
Provides an appropriate ToggleButtonAutomationPeer implementation for this control, as part of the WPF infrastructure. (Inherited from ToggleButton.) |
|
|
OnGotFocus | (Inherited from ButtonBase.) |
|
|
OnIsPressedChanged |
Called when the IsPressed property changes. (Inherited from ButtonBase.) |
|
|
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.) |
|
|
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.) |
|
|
OnLostFocus | (Inherited from ButtonBase.) |
|
|
OnMouseEnter |
Provides class handling for the ClickMode routed event that occurs when the mouse enters this control. (Inherited from ButtonBase.) |
|
|
OnMouseLeave |
Provides class handling for the MouseLeave routed event that occurs when the mouse leaves an element. (Inherited from ButtonBase.) |
|
|
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.) |
|
|
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.) |
|
|
OnMouseMove |
Provides class handling for the MouseMove routed event that occurs when the mouse pointer moves while over this element. (Inherited from ButtonBase.) |
|
|
OnToggle | (Inherited from C1ToolbarToggleButton.) |
|
|
ReadLocalValue |
Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) |
|
|
ReleaseMouseCapture |
Releases the mouse capture, if this element held the capture. (Inherited from UIElement.) |
|
|
SetBinding | (Inherited from FrameworkElement.) |
|
|
SetValue(DependencyProperty, Object) |
Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObjectDependencyObject.) |
|
|
SetValue(C1TextRange, Nullable<(Of <<'(TextMarkerStyle>)>>)) | (Inherited from C1ListTool.) |
|
|
ToString |
Returns the string representation of a ToggleButton object. (Inherited from ToggleButton.) |
|
|
TransformToVisual | (Inherited from UIElement.) |
|
|
Update | (Inherited from C1ToggleButtonTool<(Of <(<'T>)>)>.) |
|
|
UpdateLayout |
Ensures that all visual child elements of this element are properly updated for layout. (Inherited from UIElement.) |