IApplicationIsViewVisible Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool this[
string i_NamedControlText
] { get; }
ReadOnly Property IsViewVisible (
i_NamedControlText As String
) As Boolean
Get
Dim instance As IApplication
Dim i_NamedControlText As String
Dim value As Boolean
value = instance.IsViewVisible(i_NamedControlText)
property bool IsViewVisible[[InAttribute] String^ i_NamedControlText] {
bool get ([InAttribute] String^ i_NamedControlText);
}
Parameters
- i_NamedControlText
- Type: SystemString
Property Value
Type:
Boolean
See Also