Click or drag to resize

PropertyKeyT Properties

The PropertyKeyT type exposes the following members.

Properties
 NameDescription
Public propertyApplicationAction 
Public propertyApplicationItemType Gets the type of the application item. This value is used only if ApplicationLevel contains the flag Document.
(Inherited from PropertyKeyBase)
Public propertyApplicationLevel Gets the application level this property is intended for. See PropertyLevel for details.
(Inherited from PropertyKeyBase)
Public propertyCanCreateEditingController Gets a value indicating whether this key contains a function that returns a Gui controller to edit the property value.
(Overrides PropertyKeyBaseCanCreateEditingController)
Public propertyEditingControllerCreation Sets a function, that provides a Gui controller for the property value.
Public propertyGuidString Gets the unique identifier string that identifies the property key. This value is used in the dictionaries as a key to store the property values.
(Inherited from PropertyKeyBase)
Public propertyPropertyName Gets the name of the property. The name can contain backslashes, which are used in the Gui system to group the items by category.
(Inherited from PropertyKeyBase)
Public propertyPropertyType Gets the type of the property value that can be accessed with this key.
(Inherited from PropertyKeyBase)
Top
See Also