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





Description

The full type name of the user control.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_UserControlFullName();
public: __property void set_UserControlFullName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_UserControlFullName(
BSTR * pRetVal
);
public: HRESULT put_UserControlFullName(
BSTR NewUserControlFullName
);

[Java]
public String getUserControlFullName();public void setUserControlFullName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1