Sphinx QLCommandDesign Time Visible Property
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
true, if the command object should be visible in a control; otherwise false. The default is true.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override bool DesignTimeVisible { get; set; }VB
Public Overrides Property DesignTimeVisible As Boolean
Get
SetProperty Value
BooleanReturn Value
Booleantrue, if the command object should be visible in a control; otherwise false. The default is true.