In This Topic
Object Model
Syntax
'Declaration
<TemplatePartAttribute(Name="HorizontalTemplate", Type=System.Windows.Controls.Grid)>
<TemplateVisualStateAttribute(Name="InvalidUnfocused", GroupName="ValidationStatesStates")>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.SpreadSheet.C1ValidationDecorator)>
<DefaultPropertyAttribute("Content")>
<ContentPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class ToolbarDropDown
Inherits C1.WPF.SpreadSheet.Toolbar.C1ToolbarDropDown
'Usage
Dim instance As ToolbarDropDown
[TemplatePart(Name="HorizontalTemplate", Type=System.Windows.Controls.Grid)]
[TemplateVisualState(Name="InvalidUnfocused", GroupName="ValidationStatesStates")]
[StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.SpreadSheet.C1ValidationDecorator)]
[DefaultProperty("Content")]
[ContentProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class ToolbarDropDown : C1.WPF.SpreadSheet.Toolbar.C1ToolbarDropDown
Inheritance Hierarchy
See Also