menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AutoTemplatedContentControl - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AutoTemplatedContentControl

    Class used to create control that uses some other type as it's default style key. Useful when element can not have template itself and it's internal classes should not be visible to user.

    Inheritance
    System.Object
    AutoTemplatedContentControl
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class AutoTemplatedContentControl : ContentControl

    Constructors

    AutoTemplatedContentControl(Type)

    Initializes a new instance of the AutoTemplatedContentControl class.

    Declaration
    public AutoTemplatedContentControl(Type keyType)
    Parameters
    Type Name Description
    System.Type keyType

    Specifies type to be set as a style key.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved