 | 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.4.1
Syntaxpublic override bool DesignTimeVisible { get; set; }
Public Overrides Property DesignTimeVisible As Boolean
Get
Set
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue, if the command object should be visible in a control; otherwise false. The default is true.
See Also