Click or drag to resize

SphinxQLCommandDesignTimeVisible Property

Gets or sets a value indicating whether the command object should be visible in a customized interface control.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override bool DesignTimeVisible { get; set; }

Property Value

Boolean

Return Value

Boolean
true, if the command object should be visible in a control; otherwise false. The default is true.
See Also