AbstractMenuCommandLocationSeparatorBefore Property |
Starts a new context menu section by drawing a line separator
before this command's menu item.
Namespace:
MFiles.VAF.Configuration.Domain
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool SeparatorBefore { get; set; }
Public Property SeparatorBefore As Boolean
Get
Set
public:
property bool SeparatorBefore {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also