Type of the control. Set by STK.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ControlType() As AgESearchControlTypes |
| [C#] |
|---|
public AgESearchControlTypes ControlType {get; set;} |
| [Managed C++] |
|---|
public: __property AgESearchControlTypes get_ControlType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgESearchControlTypes getControlType(); public void setControlType( AgESearchControlTypes ); |
[Python - STK API ] |
|---|
@property def ControlType(self) -> "AgESearchControlTypes": @ControlType.setter def ControlType(self, Type:"AgESearchControlTypes") -> None: |






