Sheet Properties |
The Sheet type exposes the following members.
Name | Description | |
---|---|---|
ClientBounds |
The Bounds of the map control
| |
CurrentMode |
Current select mode
| |
Handle |
Returns IntPtr of the current sheet.
| |
HighlightedObjects |
List of highlighted objects
| |
IsDirty |
Content has changed
| |
LockSelectionContainer |
If selection container is locked, the return value is true otherwise false.
If true only elements in specified layer can be selected.
| |
Maps |
List all maps in this Sheet.
| |
ReadOnly |
The user can modifies the map.
| |
Root |
Root element of this sheet.
| |
Selectable |
The user can select object by click.
| |
SelectedObjects |
List of selected objects.
| |
SelectionContainer |
Get or set the current layer for selecting elements.
Use property LockSelectionContainer if only elements in specified layer are selectable.
| |
ShowLineal |
Show the lineal
| |
ShowProperties |
The user can open property dialogs for specific objects.
| |
ShowWorkspace |
Should the Workspace (background behind the paper area) be drawn.
| |
UseDisplayScale | ||
Window |
The window element of this sheet.
|