Class ToolBar
Inheritance
System.Object
ToolBar
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ToolBar : HeaderedItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ToolBar()
Declaration
public ToolBar()
Fields
BandIndexProperty
BandProperty
HasOverflowItemsProperty
Declaration
public static AutomationProperty HasOverflowItemsProperty
Field Value
AutomationProperty
|
IsOverflowOpenProperty
OrientationProperty
Properties
Band
Declaration
public int Band { get; set; }
Property Value
System.Int32
|
BandIndex
Declaration
public int BandIndex { get; set; }
Property Value
System.Int32
|
HasOverflowItems
Declaration
public bool HasOverflowItems { get; set; }
Property Value
System.Boolean
|
IsOverflowOpen
Declaration
public bool IsOverflowOpen { get; set; }
Property Value
System.Boolean
|
Orientation
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|