AGI AgSearch 11 Send comments on this topic.
ControlType Property (IAgSearchControl)
See Also 





Description

Type of the control. Set by STK.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ControlType() As AgESearchControlTypes

[C#]
public AgESearchControlTypes ControlType {get; set;}

[Managed C++]
public: __property AgESearchControlTypes get_ControlType();
public: __property void set_ControlType(
AgESearchControlTypes
);

[Unmanaged C++]
public: HRESULT get_ControlType(
AgESearchControlTypes * pRetVal
);
public: HRESULT put_ControlType(
AgESearchControlTypes NewControlType
);

[Java]
public AgESearchControlTypes getControlType();public void setControlType(
AgESearchControlTypes
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1