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: 5.3.0
Syntax
public override bool DesignTimeVisible { get; set; }

Property Value

Type: Boolean

Return Value

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