CADability dotNET
The CheckedLayerList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CheckedLayerList(SerializationInfo, StreamingContext) | ||
| CheckedLayerList(LayerList, array<Layer>[]()[][], String) |
Creates a new [!:CheckedLayerlist] with the provided layer list and a set of
initially checked layers
|
Methods
| Name | Description | |
|---|---|---|
| GetContextMenu |
Overrides GetContextMenu()()()(),
returns the context menu with the id "MenuId.VisibleLayer".
(see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().) | |
| IsLayerChecked | ||
| OnCommand |
Implements OnCommand(String) | |
| OnUpdateCommand |
Implements OnUpdateCommand(String, CommandState) | |
| Refresh | ||
| Set |
Properties
| Name | Description | |
|---|---|---|
| Checked |
Returns all checked Layers
| |
| EntryType |
Overrides EntryType,
returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.) | |
| LabelType |
Overrides LabelType (Overrides IShowPropertyImpl..::..LabelType.) | |
| SubEntries |
Overrides SubEntries,
returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.) | |
| SubEntriesCount |
Overrides SubEntriesCount,
returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.) |
Events
| Name | Description | |
|---|---|---|
| CheckStateChangedEvent |
Event that gets called when the user changes the checbox next to a layer.
|