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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.