STK AgSearchSend comments on this topic.
ControlType Property (IAgSearchControl)
See Also
Windows





Windows & Linux

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.