ComponentOne AppView for ASP.NET WebForms
Design-Time Support / Designer Form / Exploring the C1AppView Designer Form
In This Topic
    Exploring the C1AppView Designer Form
    In This Topic

    The C1AppView Designer Form contains a menu, a toolbar, an Edit tab, and a Preview tab:

    The Edit Tab

    Click the Edit tab and select the C1AppView or the C1AppViewItem you wish to edit. This will give you the properties available for you to edit:

    The Preview Tab

    Click the Preview tab for a preview of the C1AppView control:

    The Properties Pane

    The C1AppView Designer Form Properties pane is almost identical to the Visual Studio Properties window. Use the Properties pane to change the properties of the C1AppView or the C1AppViewItem.

    Command Buttons

    There are two command buttons summarized in the following table:

    Button Description
    OK Clicking OK applies the new settings to the C1AppView control.
    Cancel Clicking Cancel closes the C1AppView Designer Form, cancelling the new settings and applying the default settings to the C1AppView control.
    See Also