BCExtensionCommandItemGetIsSeparator Method |
Returns a value indicating whether the instance represents a line used to group other items.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxprotected virtual bool GetIsSeparator()
Protected Overridable Function GetIsSeparator As Boolean
protected:
virtual bool GetIsSeparator()
abstract GetIsSeparator : unit -> bool
override GetIsSeparator : unit -> bool
Return Value
Type:
BooleanA value indicating whether the instance represents a line used to group other items.
See Also