Returns a value indicating whether the instance represents a line used to group other items.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
protected virtual bool GetIsSeparator()
Visual Basic
Protected Overridable Function GetIsSeparator As Boolean
Visual C++
protected:
virtual bool GetIsSeparator()

Return Value

A value indicating whether the instance represents a line used to group other items.

See Also