Class RadDiagramToolboxGroup
Represents a Rad
Inheritance
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolboxGroup : HeaderedItemsControl, IRadTabItem
Constructors
RadDiagramToolboxGroup()
Initializes a new instance of the Rad
Declaration
public RadDiagramToolboxGroup()
Fields
IsSelectedProperty
Identifies the property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
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. true if the element is visible; otherwise, false. |
Implements
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The computed size that is used to arrange the content. |
Returns
System. The size of the control. |
ChangeVisualState(Boolean)
Updates the visual state of the control.
Declaration
protected void ChangeVisualState(bool useTransitions)
Parameters
System. Indicates whether transitions should be used. |
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.
|
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. The item to check. |
Returns
System. 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.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsSelectedChanged(Boolean, Boolean)
Called when the IsSelected property has changed.
Declaration
protected virtual void OnIsSelectedChanged(bool oldValue, bool newValue)
Parameters
System. The old value of the IsSelected property. |
System. The new value of the IsSelected property. |
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepares the specified element to display the specified item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
System. Element used to display the specified item. |
System. Specified item. |
Explicit Interface Implementations
IRadTabItem.Control
Gets an a reference to the control that implements the IRadTabItem interface.
Declaration
Control IRadTabItem.Control { get; }
Returns
System.
|
Implements
IRadTabItem.SetTabOrientation(Orientation)
Sets the tab orientation.
Declaration
void IRadTabItem.SetTabOrientation(Orientation orientation)
Parameters
System. The orientation. |
Implements
IRadTabItem.TabStripPlacement
Gets the tab strip placement.
Declaration
Dock IRadTabItem.TabStripPlacement { get; }
Returns
System.
|
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
System. The placement. |