Click or drag to resize
BCExtensionCommands 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.19.0)
Syntax
[EditorAttribute(typeof(BCExtensionCommandItemCollectionEditor), typeof(UITypeEditor))]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public List<BCExtensionCommandItem> Commands { get; }

Property Value

Type: ListBCExtensionCommandItem
See Also