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 C1.Win.TouchToolKit.ControlBar.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 C1.Win.TouchToolKit.ControlBar.UserControl object. The default is null.
    Exceptions
    ExceptionDescription
    The value should is a Type of C1.Win.TouchToolKit.ControlBar.UserControl.
    The C1.Win.TouchToolKit.ControlBar.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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also