Click or drag to resize

BCExtensionCommandGroupCommands Property

Gets the collection of the UI extension commands.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Design
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[EditorAttribute(typeof(BCExtensionCommandGroupCollectionEditor), typeof(UITypeEditor))]
public List<BCExtensionCommandItem> Commands { get; }

Property Value

Type: ListBCExtensionCommandItem
See Also