Home > Services > DXCore Services – Designer

DXCore Services – Designer

October 11th, 2010

The Designer service provides methods for Windows Forms design-time support. It is similar to the Editor service.

Here they are:

Name

Description

Activate(Document) Activates (gives focus to) or opens the form designer for the specified document.
Activate(Document, Boolean) Activates (gives focus to) or opens the form designer for the specified document. Takes a boolean parameter that specifies whether to force opening a designer for the document if it is not found.
ShowCodeView Shows the code view corresponding to the current designer.
ToggleCodeAndDesignerViews Switches the view between code and designer views.

Properties:

Name Description
IsActive True if a form designer is active.
—–
Products: DXCore
Versions: 10.1 and up
VS IDEs: any
Updated: Oct/11/2010
ID: D025

Similar Posts: