TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ControlBar Class / Content Property
Example

In This Topic
    Content Property (ControlBar)
    In This Topic
    Gets or sets a value indicating the UserControl type object for the ControlBar window.
    Syntax
    'Declaration
     
    
    Public Property Content As Type
    public Type Content {get; set;}

    Property Value

    A System.Type value indicating the UserControl object. The default is null.
    Exceptions
    ExceptionDescription
    The value should is a Type of UserControl.
    The UserControl should has a public constructor without parameters.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the ControlBar class.

    See Also