Silverlight SDK for Microsoft Bing
ToolbarButton Class
OverviewSystem.Windows.ControlsToolbarButton
Implements a derived ButtonBase class for use in a Toolbar control.
Declaration Syntax
C#Visual BasicVisual C++
public class ToolbarButton : ButtonBase
Public Class ToolbarButton _
	Inherits ButtonBase
public ref class ToolbarButton : public ButtonBase
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
ToolbarButton()()()
Instantiates a ToolbarButton instance.

ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
ApplyTemplate()()() (Inherited from Control.)
Arrange(Rect) (Inherited from UIElement.)
Background (Inherited from Control.)
BindingValidationError()()() (Inherited from FrameworkElement.)
BorderBrush (Inherited from Control.)
BorderThickness (Inherited from Control.)
Bounds
Gets a Rect for the bounds of this control, relative to its parent container
(Inherited from ContentControlBase.)
BringToFront()()()
Brings the ContentControlBase instance to the front of the parent z-ordering stack.
(Inherited from ContentControlBase.)
CaptureMouse()()() (Inherited from UIElement.)
CheckAccess()()() (Inherited from DependencyObject.)
ClearValue(DependencyProperty) (Inherited from DependencyObject.)
Click
An event which fires when the ButtonBase has been clicked with the left mouse button.
(Inherited from ButtonBase.)
ClientRect
Gets a Rect for the bounds of this control, relative to itself
(Inherited from ContentControlBase.)
Clip (Inherited from UIElement.)
Content (Inherited from ContentControl.)
ContentTemplate (Inherited from ContentControl.)
Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DesiredSize (Inherited from UIElement.)
Dispatcher()()() (Inherited from DependencyObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FindName(String) (Inherited from FrameworkElement.)
Focus()()() (Inherited from Control.)
FontFamily (Inherited from Control.)
FontSize (Inherited from Control.)
FontStretch (Inherited from Control.)
FontStyle (Inherited from Control.)
FontWeight (Inherited from Control.)
Foreground (Inherited from Control.)
GetAnimationBaseValue(DependencyProperty) (Inherited from DependencyObject.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
GotFocus (Inherited from UIElement.)
GroupName
Gets/Sets the group name for a toggle ToolbarButton instance.
Remarks
Setting this value to null or String.Empty defines the button to be a command or single click button.

GroupNameProperty
Identifies the GroupName dependency property.

Height (Inherited from FrameworkElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
HorizontalContentAlignment (Inherited from Control.)
InvalidateArrange()()() (Inherited from UIElement.)
InvalidateMeasure()()() (Inherited from UIElement.)
IsEnabled()()() (Inherited from Control.)
IsEnabledChanged()()() (Inherited from Control.)
IsFocused
Gets a boolean value indicating whether this control has focus
(Inherited from ContentControlBase.)
IsHitTestVisible (Inherited from UIElement.)
IsPressed
Gets/Sets a boolean value indicating whether the ToolbarButton is currently pressed.

IsPressedProperty
Identifies the IsPressed dependency property.

IsTabStop (Inherited from Control.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
LayoutUpdated()()() (Inherited from FrameworkElement.)
Loaded (Inherited from FrameworkElement.)
LoadResource(Type, String)
Loads a Xaml resource from an assembly
(Overrides ContentControlBase.LoadResource(Type, String).)
LostFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
Measure(Size) (Inherited from UIElement.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseState
Gets the current MouseState for the ButtonBase instance.
(Inherited from ButtonBase.)
Name (Inherited from FrameworkElement.)
OnApplyTemplate()()()
(Override) Processes the control template for this ToolbarButton instance.
(Overrides FrameworkElement.OnApplyTemplate()()().)
Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Padding (Inherited from Control.)
Parent (Inherited from FrameworkElement.)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
ReleaseMouseCapture()()() (Inherited from UIElement.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
Resources (Inherited from FrameworkElement.)
RestoreZIndex()()()
Restores the ControlBase instance to its original z-index
(Inherited from ContentControlBase.)
SendToBack()()()
Sends the ContentControlBase instance to the back of the parent z-ordering stack.
(Inherited from ContentControlBase.)
SetBinding(DependencyProperty, Binding) (Inherited from FrameworkElement.)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SizeChanged (Inherited from FrameworkElement.)
Style (Inherited from FrameworkElement.)
TabIndex (Inherited from Control.)
TabNavigation()()() (Inherited from Control.)
Tag (Inherited from FrameworkElement.)
Template (Inherited from Control.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TransformToVisual(UIElement) (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
TryLoadResource(Type, String)
Attempts to load an assembly-based Xaml resource
(Inherited from ContentControlBase.)
UpdateLayout()()() (Inherited from UIElement.)
UseLayoutRounding()()() (Inherited from UIElement.)
Value
Gets/Sets a programmatically defines value to associate with the ToolbarButton

ValueProperty
Identifies the Value dependency property.

VerticalAlignment (Inherited from FrameworkElement.)
VerticalContentAlignment (Inherited from Control.)
Visibility (Inherited from UIElement.)
Width (Inherited from FrameworkElement.)
X
Get/Sets the horizontal coordinate of this control (Canvas.Left)
(Inherited from ContentControlBase.)
Y
Get/Sets the vertical coordinate of this control (Canvas.Top)
(Inherited from ContentControlBase.)
ZIndex
Gets/Sets the logical z-index of the ContentControlBase instance relative to parent the z-ordering stack.
(Inherited from ContentControlBase.)
Inheritance Hierarchy
Object
DependencyObject
 UIElement
  FrameworkElement
   Control
    ContentControl
     ContentControlBase
      ButtonBase
       ToolbarButton

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)