Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditorPresenter Class
Members Example


In This Topic
    EditorPresenter Class
    In This Topic
    Displays the content of a GrapeCity.Windows.InputMan.GcTextBox.
    Object Model
    EditorPresenter Class
    Syntax
    'Declaration
     
    <DesignTimeVisibleAttribute(False)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class EditorPresenter 
       Inherits System.Windows.FrameworkElement
    'Usage
     
    Dim instance As EditorPresenter
    [DesignTimeVisible(false)]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class EditorPresenter : System.Windows.FrameworkElement 
    Remarks
    Used within the template of a GrapeCity.Windows.InputMan.GcTextBox to specify the place in the control’s visual tree where the container of text box content is to be added.
    Example
    The following code demonstrates how to customize Template of GrapeCity.Windows.InputMan.GcTextBox.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      GrapeCity.Wpf.SpreadSheet.CellType.Editors.EditorPresenter

    See Also