SOApplicationClassWidth Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual short this[
string Name = ""
] { get; }
Public Overridable ReadOnly Property Width (
Optional Name As String = ""
) As Short
Get
Dim instance As SOApplicationClass
Dim Name As String
Dim value As Short
value = instance.Width(Name)
public:
virtual property short Width[[InAttribute] String^ Name = L""] {
short get ([InAttribute] String^ Name = L"");
}
Parameters
- Name (Optional)
- Type: SystemString
Property Value
Type:
Int16Implements
IApplicationWidthString
See Also