AGI Ui Plugins 11 Send comments on this topic.
Caption Property (IAgUiPluginWindowCreateParameters)
See Also 





Description

The window title.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Caption() As String

[C#]
public string Caption {get; set;}

[Managed C++]
public: __property String __gc ^ get_Caption();
public: __property void set_Caption(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Caption(
BSTR * pRetVal
);
public: HRESULT put_Caption(
BSTR NewCaption
);

[Java]
public String getCaption();public void setCaption(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1