Represents a RadDiagramToolboxGroup item.
Definition
Namespace:Telerik.Windows.Controls.Diagrams.Extensions
Assembly:Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax:
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolboxGroup : HeaderedItemsControl, IRadTabItem
Inheritance: objectRadDiagramToolboxGroup
Implements:
Constructors
Initializes a new instance of the RadDiagramToolboxGroup class.
public RadDiagramToolboxGroup()
Fields
IsSelectedProperty
DependencyProperty
Identifies the property.
public static readonly DependencyProperty IsSelectedProperty
Properties
Gets a value indicating whether this element is visible in the user interface (UI).
public bool IsSelected { get; set; }
true if the element is visible; otherwise, false.
Implements:
Methods
Called to arrange and size the content of a Control object.
protected override Size ArrangeOverride(Size finalSize)
The computed size that is used to arrange the content.
Returns:Size
The size of the control.
Updates the visual state of the control.
protected void ChangeVisualState(bool useTransitions)
Indicates whether transitions should be used.
GetContainerForItemOverride()
DependencyObject
Creates or identifies the element that is used to display the given item.
protected override DependencyObject GetContainerForItemOverride()
DependencyObject
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element. Implement this method to add class handling for this event.
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Prepares the specified element to display the specified item.
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Element used to display the specified item.
itemobjectSpecified item.