IBaseDocumentDefaultProperties Properties
Contains a single document’s properties accessible via the BaseDocument.Properties object.| Name | Description |
|---|---|
| ActualThumbnailCaptionFormat | Gets the thumbnail caption format currently used by this document. |
| AllowActivate | Gets or sets whether the current document can be activated. |
| AllowClose | Gets or sets whether the current document can be closed. |
| AllowDock | Gets or sets whether the current document can be docked. |
| AllowFloat | Gets or sets whether the current document can be made floating. |
| AllowGlyphSkinning | Gets or sets whether the current document’s icon should be painted with this document’s foreground color. |
| CanActivate | Gets whether the current document can be activated. |
| CanClose | Gets whether the current document can be closed. |
| CanDock | Gets whether the current document can be docked. |
| CanFloat | Gets whether the current document can be made floating. |
| CanUseFormIconAsDocumentImage | Gets whether a corresponding form’s icon is used as the current document’s image. |
| CanUseGlyphSkinning | Gets whether this Document currently supports the Glyph Skinning feature. |
| UseFormIconAsDocumentImage | Gets or sets whether a corresponding form’s icon is used as the current document’s image. |
See Also