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++] |
---|
public: HRESULT get_ControlType( AgESearchControlTypes * pType ); public: HRESULT put_ControlType( AgESearchControlTypes Type ); |
[Java] |
---|
public AgESearchControlTypes getControlType(); public void setControlType( AgESearchControlTypes ); |