In This Topic
C1MenuScrollViewer
Object Model
Syntax
'Declaration
<C1ControlAttribute(True)>
<C1TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
<TemplatePartAttribute(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)>
<DefaultPropertyAttribute("Content")>
<LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
<ContentPropertyAttribute("Content")>
<RuntimeNamePropertyAttribute("Name")>
<UsableDuringInitializationAttribute(True)>
<XmlLangPropertyAttribute("Language")>
<StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
<UidPropertyAttribute("Uid")>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1MenuScrollViewer
Inherits System.Windows.Controls.ContentControl
[C1Control(true)]
[C1TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
[TemplatePart(Name="ScrollViewer", Type=System.Windows.Controls.ScrollViewer)]
[DefaultProperty("Content")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Content")]
[RuntimeNameProperty("Name")]
[UsableDuringInitialization(true)]
[XmlLangProperty("Language")]
[StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
[UidProperty("Uid")]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class C1MenuScrollViewer : System.Windows.Controls.ContentControl
Inheritance Hierarchy
See Also