AbstractMenuCommandLocationNoSeparatorAfter Property

Prevents any line separators from being drawn after this item. Set to true when defining a menu item that should come before the first item in a section; in this case SeparatorBefore should also be set to true.

Definition

Namespace: MFiles.VAF.Configuration.Domain
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public bool NoSeparatorAfter { get; set; }

Property Value

Boolean

See Also