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.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool NoSeparatorAfter { get; set; }
Public Property NoSeparatorAfter As Boolean
Get
Set
public:
property bool NoSeparatorAfter {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also