Class DockableWindowInfo
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the dockable window information.
public class DockableWindowInfo
Inheritance
Derived
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DockableWindowInfo()
public DockableWindowInfo()
Properties
Command
Gets or sets the command.
public string Command { get; set; }
Property Value
Image
Gets or sets the image.
public string Image { get; set; }
Property Value
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
Text
Gets or sets the text.
public string Text { get; set; }
Property Value
Toolbar
Gets or sets the toolbar.
public string Toolbar { get; set; }
Property Value
Type
Gets or sets the type.
public string Type { get; set; }