Class RadDiagramToolboxGroup
Represents a RadDiagramToolboxGroup item.
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolboxGroup : HeaderedItemsControl, IRadTabItem, ISelectable
Constructors
RadDiagramToolboxGroup()
Initializes a new instance of the RadDiagramToolboxGroup class.
Declaration
public RadDiagramToolboxGroup()
Fields
IsSelectedProperty
Identifies the property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
See Also
Properties
IsSelected
Gets a value indicating whether this element is visible in the user interface (UI).
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
true if the element is visible; otherwise, false. |
Implements
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.Windows.Controls.Control object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
The computed size that is used to arrange the content. |
Returns
System.Windows.Size
The size of the control. |
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected override void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
Indicates whether transitions should be used. |
Overrides
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
|
IsItemItsOwnContainerOverride(Object)
Determines if the specified item is (or is eligible to be) its own container.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
System.Object
item
The item to check. |
Returns
System.Boolean
True if the item is (or is eligible to be) its own container; otherwise, false. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnIsSelectedChanged(Boolean, Boolean)
Called when the IsSelected property has changed.
Declaration
protected virtual void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
System.Boolean
oldValue
The old value of the IsSelected property. |
System.Boolean
newValue
The new value of the IsSelected property. |
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
OnSelected(RadRoutedEventArgs)
Called when the item is selected.
Declaration
public void OnSelected(RadRoutedEventArgs e)
Parameters
RadRoutedEventArgs
e
|
OnUnselected(RadRoutedEventArgs)
Called when the item is unselected.
Declaration
public void OnUnselected(RadRoutedEventArgs e)
Parameters
RadRoutedEventArgs
e
|
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System.Windows.DependencyObject
element
Element used to display the specified item. |
System.Object
item
Specified item. |
Overrides
Explicit Interface Implementations
IRadTabItem.Control
Gets an a reference to the control that implements the IRadTabItem interface.
Declaration
Control IRadTabItem.Control { get; }
Returns
System.Windows.Controls.Control
|
Implements
IRadTabItem.SetTabOrientation(Orientation)
Sets the tab orientation.
Declaration
void IRadTabItem.SetTabOrientation(Orientation orientation)
Parameters
System.Windows.Controls.Orientation
orientation
The orientation. |
Implements
IRadTabItem.TabStripPlacement
Gets the tab strip placement.
Declaration
Dock IRadTabItem.TabStripPlacement { get; }
Returns
Dock
|
Implements
IRadTabItem.UpdateHeaderPresenterContent()
Updates the content of the header presenter.
Declaration
void IRadTabItem.UpdateHeaderPresenterContent()
Implements
IRadTabItem.UpdateTabStripPlacement(Dock)
Updates the tab strip placement.
Declaration
void IRadTabItem.UpdateTabStripPlacement(Dock placement)
Parameters
Dock
placement
The placement. |