CommandItemIsSeparator Property

Indicates that the element is a separator.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public bool IsSeparator { get; }

Property Value

Boolean

Remarks

It is identified as a separator if it does not have text or image.

See Also