SOApplicationClassNamedControlTexts Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual Object NamedControlTexts { get; }
Public Overridable ReadOnly Property NamedControlTexts As Object
Get
Dim instance As SOApplicationClass
Dim value As Object
value = instance.NamedControlTexts
public:
virtual property Object^ NamedControlTexts {
Object^ get ();
}
Property Value
Type:
ObjectImplements
IApplicationNamedControlTexts
See Also