SOApplicationClassIsViewVisible Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual bool this[
string i_NamedControlText
] { get; }
Public Overridable ReadOnly Property IsViewVisible (
i_NamedControlText As String
) As Boolean
Get
Dim instance As SOApplicationClass
Dim i_NamedControlText As String
Dim value As Boolean
value = instance.IsViewVisible(i_NamedControlText)
public:
virtual property bool IsViewVisible[[InAttribute] String^ i_NamedControlText] {
bool get ([InAttribute] String^ i_NamedControlText);
}
Parameters
- i_NamedControlText
- Type: SystemString
Property Value
Type:
BooleanImplements
IApplicationIsViewVisibleString
See Also